Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
7phs committed Dec 5, 2024
1 parent 77f2b2c commit 3868d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokenizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ impl<'a> Tokenizer<'a> {
s
}

/// Tokenize an identifier or keyword, after the first char is already consumed.
/// Read a quoted identifier
fn tokenize_quoted_identifier(
&self,
quote_start: char,
Expand Down

0 comments on commit 3868d24

Please sign in to comment.