We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A leading 0x is case-sensitive and cannot be written as 0X.
$ bin/tokenize-query --query '0X0F' [TOKEN 0] Type = 6 Flags = 1 Value = 15 Token = '0X0F' [TOKEN 1] Type = 9 Flags = 0 Value = NULL Token = NULL
$ bin/tokenize-query --query '0X0F' [TOKEN 0] Type = 0 Flags = 0 Value = '0X0F' Token = '0X0F' [TOKEN 1] Type = 9 Flags = 0 Value = NULL Token = NULL
The text was updated successfully, but these errors were encountered:
Add CHANGELOG entry for #508
0eda5b6
[ci skip] Signed-off-by: Maurício Meneghini Fauth <[email protected]>
796b135
MauricioFauth
Successfully merging a pull request may close this issue.
Summary
Current behavior
Expected behavior
The text was updated successfully, but these errors were encountered: