Skip to content

Commit 05676ce

Browse files
committed
the right way I suppose v15
1 parent 86f3000 commit 05676ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokenizer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ impl<'a> Tokenizer<'a> {
20342034
}
20352035
else {
20362036
let n = if dialect_of!(self is SnowflakeDialect) {
2037-
'\x08'
2037+
'\\'
20382038
} else {
20392039
match next {
20402040
'0' => '\0',

0 commit comments

Comments
 (0)