diff options
author | Jean Boussier <[email protected]> | 2025-02-20 10:25:03 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2025-02-21 11:31:36 +0900 |
commit | bf6c106d5467b51efb88fe6252093a59dbeeddee (patch) | |
tree | 048360ca872a85850d158e857a911ee5841b8caf /lib | |
parent | 0f8a6e1f592d19330695cc4c632f8fe2e08f2dd1 (diff) |
[ruby/strscan] `scan_integer(base: 16)` ignore x suffix if not
followed by hexadecimal
(https://github.com/ruby/strscan/pull/141)
Fix: https://github.com/ruby/strscan/issues/140
`0x<EOF>`, `0xZZZ` should be parsed as `0` instead of not matching at
all.
https://github.com/ruby/strscan/commit/c4e4795ed2
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions