pull/63/merge
Vse Mozhet Byt 6 years ago committed by GitHub
commit 205a5b315c

@ -495,7 +495,7 @@ function tokenizer(input) {
}
// Skip the closing double quote.
char = input[++current];
++current;
// And add our `string` token to the `tokens` array.
tokens.push({ type: 'string', value });

Loading…
Cancel
Save