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

detect invalid identifiers that start with a number #24

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

DanielT
Copy link
Owner

@DanielT DanielT commented Nov 13, 2023

This case now gives a ParserError::InvalidIdentifier instead of a MissingWhitespace from the tokenizer. The error is converted to a warning if strict standard compliance is turned off during loading.

Fixes #23

This case now gives a ParserError::InvalidIdentifier instead of a MissingWhitespace from the tokenizer.
The error is converted to a warning if strict standard compliance is turned off during loading.

Fixes #23
@DanielT DanielT merged commit 17111a6 into main Nov 13, 2023
2 checks passed
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.

DISPLAY_IDENTIFIER that starts with a number causes a tokenization exception
1 participant