summaryrefslogtreecommitdiff
path: root/test/psych/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
* Add quotes to the strings "y" and "n"Aaron Patterson2021-08-041-0/+13
* Introduce `Psych.unsafe_load`Aaron Patterson2021-05-131-7/+7
* Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi2017-11-291-7/+0
* Double quote stings that contain single quotes onlyWolfgang Teuber2017-07-211-0/+7
* Merge branch 'master' into frozenSHIBATA Hiroshi2017-06-301-5/+5
|\
| * Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson2017-06-291-5/+5
* | make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-4/+4
|/
* avoid to shadowing outer local variables.SHIBATA Hiroshi2017-03-031-2/+2
* Added parentheses for regex assertionsSHIBATA Hiroshi2017-03-031-7/+7
* 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
* Fix anchorNobuyoshi Nakada2015-01-171-8/+16
* Fix assertion regexpsNobuyoshi Nakada2015-01-171-2/+2
* Fix block chomping and add more testsJakub Jirutka2015-01-131-8/+30
* Use appropriate style for serialized stringsJakub Jirutka2015-01-121-0/+24
* Merge branch 'master' into jirutka-patch-1Aaron Patterson2015-01-081-0/+4
|\
| * * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson2014-08-291-0/+4
* | Don't quote scalar values beginning with non-ASCII characterJakub Jirutka2014-08-161-0/+6
|/
* remove unused variablesSHIBATA Hiroshi2014-02-181-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withAaron Patterson2014-01-081-0/+4
* * ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldAaron Patterson2013-10-291-0/+5
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whenAaron Patterson2013-09-051-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson2013-08-281-0/+5
* * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registerAaron Patterson2013-04-051-0/+25
* sync with ruby trunkAaron Patterson2013-04-051-1/+1
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson2013-01-091-0/+4
* Testing 8bit ascii_only strings.Paul Kunysch2013-01-061-2/+9
* Testing custom character-based class.Paul Kunysch2013-01-061-0/+12
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringAaron Patterson2012-05-151-0/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson2012-01-171-0/+25
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson2011-11-071-0/+6
* Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson2011-09-011-0/+8
* pulling in changes from ruby coreAaron Patterson2011-03-291-1/+1
* * test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson2010-03-291-1/+1
* removed the to_yaml methodAaron Patterson2010-03-271-0/+5
* adding a test helper superclassAaron Patterson2010-03-261-3/+2
* moving tests under the psych directoryAaron Patterson2010-03-261-0/+45