John Meade efc77d535b [ruby/psych] Ensure strings with only underscores are not processed as Integer
A string similar to "0x____" should be treated as a string.
Currently it is processed as an Integer.

This alters the regex specified by http://yaml.org/type/int.html
to ensure at least one numerical symbol is present in the string
before converting to Integer.

https://github.com/ruby/psych/commit/81479b203e
2024-09-11 17:19:18 +00:00
..
2024-09-11 18:13:01 +09:00
2024-07-30 07:33:43 +08:00