Skip to content

Commit 22ee4e8

Browse files
committed
the right way I suppose v8
1 parent 0c232d8 commit 22ee4e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tokenizer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,8 +2055,8 @@ impl<'a> Tokenizer<'a> {
20552055
// 'Z' => '\u{1a}',
20562056
// _ => *next,
20572057
// };
2058-
s.push('\\');
2059-
s.push('\\');
2058+
// s.push('\\');
2059+
// s.push('\\');
20602060
s.push(*next);
20612061
chars.next(); // consume next
20622062
}

0 commit comments

Comments
 (0)