pull/73/merge
Berkan Sivri 4 years ago committed by GitHub
commit c7c478bbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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