-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Std.parseInt with hexadecimals (#258)
* Fix builtin_int to handle space, +, and - with hex All whitespace, along with + and - signs are allowed with hexadecimal notation, to match other haxe targets. See HaxeFoundation/haxe#10544 and HaxeFoundation/haxe#10545 * Allow trailing text after hex in builtin_int() HaxeFoundation/haxe#7028
- Loading branch information
Showing
1 changed file
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters