Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
waralexrom committed Feb 14, 2024
1 parent 0d65eaf commit 2f6217d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tokenizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ impl<'a> Tokenizer<'a> {
match chars.peek() {
Some('\'') => {
let s = self.tokenize_escaped_single_quoted_string(chars)?;
println!("!!! aaa {}", s);
Ok(Some(Token::EscapedStringLiteral(s)))
}
_ => {
Expand Down

0 comments on commit 2f6217d

Please sign in to comment.