Skip to content

Commit

Permalink
Merge pull request #2531 from espruino/revert-2529-fix/re-statement-s…
Browse files Browse the repository at this point in the history
…yntax

Revert "Fix lexing of regex at the start of a if/loop"
  • Loading branch information
gfwilliams committed Jul 10, 2024
2 parents 6a31237 + 88f0553 commit 7c12593
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jslex.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ void jslGetNextToken() {
lastToken=='{' ||
lastToken=='}' ||
lastToken=='(' ||
lastToken==')' ||
lastToken==',' ||
lastToken==';' ||
lastToken==':') {
Expand Down

0 comments on commit 7c12593

Please sign in to comment.