Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flag a STRING or a PATH_QUOTE token as unterminated when it only includes the opening quote #4

Merged
merged 1 commit into from
Oct 28, 2022
Merged

Flag a STRING or a PATH_QUOTE token as unterminated when it only includes the opening quote #4

merged 1 commit into from
Oct 28, 2022

Conversation

flother
Copy link
Contributor

@flother flother commented Oct 28, 2022

Fixes the case where an incomplete formula like =" is correctly tokenised as an FX_PREFIX token followed by a STRING token, but the STRING token isn't flagged as unterminated. Same for a PATH_QUOTE token (=').

Flag a STRING or a PATH_QUOTE token as unterminated when it only
includes the opening quote.
@borgar borgar merged commit 4b26c6d into borgar:master Oct 28, 2022
@borgar
Copy link
Owner

borgar commented Oct 28, 2022

Version 2.1.1 has been pushed to npm

@flother flother deleted the fix-single-char-unterminated-tokens branch October 28, 2022 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants