Skip to content

Commit 8999bf3

Browse files
committed
the right way I suppose v11
1 parent 2413c05 commit 8999bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tokenizer.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2044,9 +2044,9 @@ impl<'a> Tokenizer<'a> {
20442044
'Z' => '\u{1a}',
20452045
_ => *next,
20462046
};
2047-
if dialect_of!(self is SnowflakeDialect) {
2048-
s.push('\\');
2049-
}
2047+
// if dialect_of!(self is SnowflakeDialect) {
2048+
// s.push('');
2049+
// }
20502050
s.push(n);
20512051
chars.next(); // consume next
20522052
}

0 commit comments

Comments
 (0)