Skip to content

Commit

Permalink
Verify lexer handles quotemark properly
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Sep 24, 2021
1 parent 2dab1f1 commit a6f1d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lexer/Lexer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,9 @@ describe('lexer', () => {
/with spaces/s,
/with(parens)and[squarebraces]/,
//lots of special characters
/.*()^$@/
/.*()^$@/,
//captures quote char
/"/
);
});

Expand Down

0 comments on commit a6f1d39

Please sign in to comment.