Skip to content

Commit 89d2da9

Browse files
committed
the right way I suppose v17
1 parent 4dea381 commit 89d2da9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tokenizer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,6 @@ impl<'a> Tokenizer<'a> {
20322032
s.push(*next);
20332033
chars.next(); // consume next
20342034
} else if dialect_of!(self is SnowflakeDialect) {
2035-
s.push('\\');
20362035
s.push(*next);
20372036
chars.next();
20382037
} else {

0 commit comments

Comments
 (0)