Skip to content

Commit 54550ac

Browse files
committed
the right way I suppose v27
1 parent 5f4ac78 commit 54550ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tokenizer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,6 +2018,7 @@ impl<'a> Tokenizer<'a> {
20182018
chars.next(); // consume next
20192019
} else if dialect_of!(self is SnowflakeDialect) {
20202020
s.push(ch);
2021+
s.push(*next);
20212022
chars.next();
20222023
} else {
20232024
let n = match next {

0 commit comments

Comments
 (0)