summaryrefslogtreecommitdiff
path: root/test/psych/test_scalar_scanner.rb
AgeCommit message (Expand)Author
2020-03-03Fix ArgumentError with leading and trailing underscores in number strings.Mark Thorn
2019-04-26Do not allocate a string to check if a scalar is an integerJean Boussier
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-03-07Make sexagesimal parsing more strictAaron Patterson
2017-03-03use assert_nil when nil assertionSHIBATA Hiroshi
2016-03-29fix serialization of a string that looks like a valid YAML floatCody Cutrer
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2012-09-11Ignore bad timestamps. #82.Rhett Sutphin
2012-09-07Fix scalar_scanner to understand strings starting with an underscore and cont...Kelley Reynolds
2011-12-17* ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datesAaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2011-02-25add a failing test for time strings whose timezone follows the (+/-)dddd formatGonçalo Silva
2011-02-25improved time scanning testsGonçalo Silva
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-22testing parse_fileAaron Patterson