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

C lexer doesn't completely highlight some floating point literals #996

Closed
Anteru opened this issue Aug 31, 2019 · 1 comment
Closed

C lexer doesn't completely highlight some floating point literals #996

Anteru opened this issue Aug 31, 2019 · 1 comment
Labels
S-major severity: major T-bug type: a bug X-imported imported from Bitbucket

Comments

@Anteru
Copy link
Collaborator

Anteru commented Aug 31, 2019

(Original issue 1292 created by None on 2016-10-13T00:04:14.400878+00:00)

Two types of floating point literals are not handled correctly.

Decimal floating point literals with an exponent part:
In "12.45e78f" the 'f' is not highlighted, while in "12.45e78u" the 'u' is incorrectly accepted.

Hexadecimal floating point literals:
In "0x12.34p56f" nothing after the '.' is highlighted.

@Anteru Anteru added T-bug type: a bug X-imported imported from Bitbucket S-major severity: major labels Aug 31, 2019
@Anteru
Copy link
Collaborator Author

Anteru commented May 22, 2020

Fixed by #1350

@Anteru Anteru closed this as completed May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-major severity: major T-bug type: a bug X-imported imported from Bitbucket
Projects
None yet
Development

No branches or pull requests

1 participant