summaryrefslogtreecommitdiff
path: root/test/psych/test_scalar_scanner.rb
Commit message (Expand)AuthorAgeFilesLines
* Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-141-0/+25
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-281-1/+1
* Replace A-Za-z with [:alpha:]jory-graham2021-08-051-0/+22
* Merge pull request #460 from tbrisker/floatscannerAaron Patterson2021-08-041-0/+12
|\
| * Improve float scalar scannerTomer Brisker2020-08-081-0/+12
* | add more testsAlexandr Opak2021-01-291-2/+6
* | fix typoAlexandr Opak2021-01-291-2/+2
* | fix parsing integer values with '_' at the endAlexandr Opak2021-01-291-1/+8
|/
* Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn2020-03-031-0/+3
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-04-261-0/+17
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Make sexagesimal parsing more strictAaron Patterson2017-03-071-0/+6
* use assert_nil when nil assertionSHIBATA Hiroshi2017-03-031-3/+3
* fix serialization of a string that looks like a valid YAML floatCody Cutrer2016-03-291-0/+4
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-1/+1
* sync with ruby trunkAaron Patterson2013-04-051-1/+1
* Ignore bad timestamps. #82.Rhett Sutphin2012-09-111-0/+11
* Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds2012-09-071-0/+4
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson2011-12-171-0/+22
* pulling in changes from ruby coreAaron Patterson2011-03-291-1/+1
* add a failing test for time strings whose timezone follows the (+/-)dddd formatGonçalo Silva2011-02-251-1/+2
* improved time scanning testsGonçalo Silva2011-02-251-12/+10
* * test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson2010-03-291-1/+1
* adding a test helper superclassAaron Patterson2010-03-261-52/+54
* testing parse_fileAaron Patterson2010-03-221-0/+68