Skip to content

Commit 86f3000

Browse files
committed
the right way I suppose v14
1 parent 6d96ffd commit 86f3000

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-
*next
2037+
'\x08'
20382038
} else {
20392039
match next {
20402040
'0' => '\0',

0 commit comments

Comments
 (0)