Skip to content

Commit c4c35fa

Browse files
committed
the right way I suppose v5
1 parent 57a8ec5 commit c4c35fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tokenizer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,6 +2033,7 @@ impl<'a> Tokenizer<'a> {
20332033
chars.next(); // consume next
20342034
//if [\\]\\b -> [\\]b
20352035
} else if dialect_of!(self is SnowflakeDialect) {
2036+
s.push(ch);
20362037
s.push(*next);
20372038
chars.next();
20382039
//if [\\]b -> \\[b]

0 commit comments

Comments
 (0)