-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Allow underscores in hex strings. #7374
Conversation
} | ||
} | ||
// ---- | ||
// ParserError: (52-56): Expected even number of hex-nibbles within double-quotes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This error message is misleading - the number of nibbles is even.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better now? It wasn't triggered on missing quotes anyways... and that part was actually even wrong, since single quotes are valid as well...
e55b89f
to
2373001
Compare
Test failing |
That's a lie :-). EDIT: [maybe we should really disable the solhint test to avoid this kind of confusion] |
2373001
to
8e913eb
Compare
8e913eb
to
39325b8
Compare
39325b8
to
6f3341a
Compare
Fixes #7290