Skip to content

ValidIntegers: bug fix - binary and hex numbers are case-insensitive#909

Merged
wimg merged 1 commit intodevelopfrom
feature/validintegers-bug-fix-case-sensitivity
Oct 16, 2019
Merged

ValidIntegers: bug fix - binary and hex numbers are case-insensitive#909
wimg merged 1 commit intodevelopfrom
feature/validintegers-bug-fix-case-sensitivity

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Sep 13, 2019

  • Hex numbers were already handled correctly, but there was no unit test safe-guarding the case-insensitive matching.
  • Binary numbers using an uppercase B were not handled correctly so far.
    This has been fixed, including adding a unit test to safe guard this.

* Hex numbers were already handled correctly, but there was no unit test safe guarding the case-insensitive matching.
* Binary numbers using an uppercase `B` were _not_ handled correctly so far.
    This has been fixed, including adding a unit test to safe guard this.
@jrfnl jrfnl added Type: bug PR: quick merge PR only contains relatively simple changes PR: ready for review labels Sep 13, 2019
@jrfnl jrfnl added this to the 9.x Next milestone Sep 13, 2019
@jrfnl jrfnl requested a review from wimg September 13, 2019 02:24
@wimg wimg merged commit 8ed4669 into develop Oct 16, 2019
@wimg wimg deleted the feature/validintegers-bug-fix-case-sensitivity branch October 16, 2019 16:45
@jrfnl jrfnl removed PR: ready for review PR: quick merge PR only contains relatively simple changes labels Oct 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants