summaryrefslogtreecommitdiff
path: root/test/psych/test_string.rb
AgeCommit message (Expand)Author
2021-05-13Introduce `Psych.unsafe_load`Aaron Patterson
2017-11-29Revert "Double quote stings that contain single quotes only"SHIBATA Hiroshi
2017-07-21Double quote stings that contain single quotes onlyWolfgang Teuber
2017-06-30Merge branch 'master' into frozenSHIBATA Hiroshi
2017-06-29Rely on encoding tags to determine if string should be dumped as binaryAaron Patterson
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-03-03avoid to shadowing outer local variables.SHIBATA Hiroshi
2017-03-03Added parentheses for regex assertionsSHIBATA 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
2015-01-17Fix anchorNobuyoshi Nakada
2015-01-17Fix assertion regexpsNobuyoshi Nakada
2015-01-13Fix block chomping and add more testsJakub Jirutka
2015-01-12Use appropriate style for serialized stringsJakub Jirutka
2015-01-08Merge branch 'master' into jirutka-patch-1Aaron Patterson
2014-08-29* ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson
2014-08-16Don't quote scalar values beginning with non-ASCII characterJakub Jirutka
2014-02-18remove unused variablesSHIBATA Hiroshi
2014-01-08* ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withAaron Patterson
2013-10-29* ext/psych/lib/psych/visitors/yaml_tree.rb: string subclasses shouldAaron Patterson
2013-09-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whenAaron Patterson
2013-08-28* ext/psych/lib/psych/scalar_scanner.rb: invalid floats should beAaron Patterson
2013-04-05* ext/psych/lib/psych/visitors/to_ruby.rb: correctly registerAaron Patterson
2013-04-05sync with ruby trunkAaron Patterson
2013-01-09* ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromAaron Patterson
2013-01-06Testing 8bit ascii_only strings.Paul Kunysch
2013-01-06Testing custom character-based class.Paul Kunysch
2012-05-15* ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringAaron Patterson
2012-01-17* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingAaron Patterson
2011-11-07* ext/psych/lib/psych/scalar_scanner.rb: make sure strings that lookAaron Patterson
2011-09-01Strings tagged binary will be emitted as binary. Fixes #27Aaron Patterson
2011-03-29pulling in changes from ruby coreAaron Patterson
2010-03-29* test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson
2010-03-27removed the to_yaml methodAaron Patterson
2010-03-26adding a test helper superclassAaron Patterson
2010-03-26moving tests under the psych directoryAaron Patterson