Skip to content

Commit c76d467

Browse files
committed
raw-string now supports \\ as an escape sequence for a single \ (#19)
1 parent e3e9266 commit c76d467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/literal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
{
229229
"comment": "Backslash not followed by single quote is treated as any other character",
230230
"expression": "'\\\\'",
231-
"result": "\\\\"
231+
"result": "\\"
232232
}
233233
]
234234
}

0 commit comments

Comments
 (0)