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

Tokenizer: stay in .pp_num_exponent state if we encounter 'p' or 'P' #547

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

ehaas
Copy link
Collaborator

@ehaas ehaas commented Nov 9, 2023

Previously we were transitioning back to .pp_num, which meant that a subsequent minus sign (-) would be treated as an operator instead of part of the exponent if we got to .pp_num_exponent via 'e' or 'E' as hex digits instead of exponent indicators.

Previously we were transitioning back to `.pp_num`, which meant that
a subsequent minus sign (-) would be treated as an operator instead of
part of the exponent if we got to `.pp_num_exponent` via 'e' or 'E' as
hex digits instead of exponent indicators.
@Vexu Vexu merged commit 4f4c1ac into Vexu:master Nov 10, 2023
3 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.

2 participants