We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2413c05 commit 8999bf3Copy full SHA for 8999bf3
src/tokenizer.rs
@@ -2044,9 +2044,9 @@ impl<'a> Tokenizer<'a> {
2044
'Z' => '\u{1a}',
2045
_ => *next,
2046
};
2047
- if dialect_of!(self is SnowflakeDialect) {
2048
- s.push('\\');
2049
- }
+ // if dialect_of!(self is SnowflakeDialect) {
+ // s.push('');
+ // }
2050
s.push(n);
2051
chars.next(); // consume next
2052
}
0 commit comments