From 7a4d8f3410e9fb26f8db8a44e64cdf4fd2dc170e Mon Sep 17 00:00:00 2001 From: eelke Date: Sun, 8 Jan 2023 11:20:19 +0100 Subject: [PATCH] Release note for $$ fix --- releasenotes/notes/dollar-quoted-string-691768c7c3cd7a1c.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 releasenotes/notes/dollar-quoted-string-691768c7c3cd7a1c.yaml diff --git a/releasenotes/notes/dollar-quoted-string-691768c7c3cd7a1c.yaml b/releasenotes/notes/dollar-quoted-string-691768c7c3cd7a1c.yaml new file mode 100644 index 0000000..d79c4fc --- /dev/null +++ b/releasenotes/notes/dollar-quoted-string-691768c7c3cd7a1c.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Tokenizer now accepts $$ as the start of a dollar quoted string.