Skip to content

Commit 3fea61a

Browse files
authored
Fix non-controversial raw string literal examples (#132)
1 parent 981f3ef commit 3fea61a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GRAMMAR.ABNF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,7 @@ raw-string-escape = escape ("'" / escape)
637637
;; search('foo', "") -> "foo"
638638
;; search(' bar ', "") -> " bar "
639639
;; search('[baz]', "") -> "[baz]"
640-
;; search('[baz]', "") -> "[baz]"
641-
;; search('\u03a6', "") -> "\u03a6"
640+
;; search('\u03bB', "") -> "\\u03bB"
642641
;; search('\\', "") -> "\\"
643642
;; ```
644643

0 commit comments

Comments
 (0)