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

Fix invalid hexadecimal prefix 0X #509

Merged
merged 1 commit into from Sep 15, 2023

Conversation

MauricioFauth
Copy link
Member

- Fixes phpmyadmin#508

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
@MauricioFauth MauricioFauth linked an issue Sep 15, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01% ⚠️

Comparison is base (c5a8c54) 97.02% compared to head (796b135) 97.02%.

Additional details and impacted files
@@             Coverage Diff              @@
##              5.8.x     #509      +/-   ##
============================================
- Coverage     97.02%   97.02%   -0.01%     
+ Complexity     2234     2233       -1     
============================================
  Files            69       69              
  Lines          5151     5150       -1     
============================================
- Hits           4998     4997       -1     
  Misses          153      153              
Files Changed Coverage Δ
src/Lexer.php 99.74% <100.00%> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MauricioFauth MauricioFauth added this to the 5.8.1 milestone Sep 15, 2023
@MauricioFauth MauricioFauth merged commit 78f7b23 into phpmyadmin:5.8.x Sep 15, 2023
19 checks passed
@MauricioFauth MauricioFauth deleted the invalid-hex branch September 15, 2023 18:07
@MauricioFauth MauricioFauth self-assigned this Sep 15, 2023
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.

Leading 0x for hex cannot be written as 0X
1 participant