summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Close TempfileNobuyoshi Nakada2016-08-231-2/+3
* Merge pull request #276 from ccutrer/invalid_floatAaron Patterson2016-06-302-0/+8
|\
| * fix serialization of a string that looks like a valid YAML floatCody Cutrer2016-03-292-0/+8
* | cherry-picking assertion from https://github.com/ruby/ruby/commit/cc031343616...SHIBATA Hiroshi2016-06-241-0/+1
* | Merge pull request #264 from tuexss/load_file-defaultAaron Patterson2016-06-241-0/+5
|\ \
| * | Add optional fallback return value parametertuexss2016-01-081-0/+5
* | | Merge pull request #270 from tenderlove/issue-11988SHIBATA Hiroshi2016-06-241-0/+6
|\ \ \ | |_|/ |/| |
| * | Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988issue-11988SHIBATA Hiroshi2016-02-091-0/+6
| |/
* | backport workaround for JRubySHIBATA Hiroshi2016-02-231-0/+2
* | Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-2346-0/+46
* | cherry-picked test from https://github.com/ruby/ruby/commit/db48c307944a9a188...SHIBATA Hiroshi2016-02-231-0/+15
|/
* Add a failing test for line width #254Gleb Mazovetskiy2015-11-141-1/+11
* Merge pull request #245 from hsbt/remove-19-supportSHIBATA Hiroshi2015-09-123-11/+8
|\
| * fix comments for Ruby 1.9SHIBATA Hiroshi2015-09-121-1/+1
| * removed Ruby 1.9 supportSHIBATA Hiroshi2015-08-272-10/+7
* | Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano2015-08-271-0/+9
|/
* Merge branch 'master' into jrubyAaron Patterson2015-04-291-0/+7
|\
| * add testfilialpails2015-03-301-0/+7
* | Merge branch 'master' into jrubyAaron Patterson2015-03-036-10/+97
|\ \ | |/
| * fix minitest warningsAaron Patterson2015-02-062-2/+8
| * * ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes whenAaron Patterson2015-02-061-0/+22
| * * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson2015-02-061-0/+4
| * * ext/psych/lib/psych/visitors/to_ruby.rb: fix parsing hashes withv2.0.12Aaron Patterson2015-01-281-0/+7
| * Fix anchorNobuyoshi Nakada2015-01-171-8/+16
| * Fix assertion regexpsNobuyoshi Nakada2015-01-171-2/+2
| * Only dump ivars for subclasses of Hash, not for Hash.Joe Eli McIlvain2015-01-151-6/+0
| * Fix block chomping and add more testsJakub Jirutka2015-01-131-8/+30
| * Use appropriate style for serialized stringsJakub Jirutka2015-01-121-0/+24
* | Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter2015-01-0945-224/+841
|\ \ | |/
| * Merge branch 'master' into jirutka-patch-1Aaron Patterson2015-01-088-4/+141
| |\
| | * * ext/psych/lib/psych/visitors/to_ruby.rb: call `allocate` on hashAaron Patterson2015-01-081-0/+28
| | * * ext/psych/lib/psych/visitors/to_ruby.rb: revive hashes with ivarsAaron Patterson2015-01-081-0/+16
| | * backport r48512 from ruby/ruby trunk.SHIBATA Hiroshi2014-11-232-2/+2
| | * backport r48214 from ruby/ruby trunk.SHIBATA Hiroshi2014-11-021-2/+1
| | * Allow dumping any BasicObject that defines #marshal_dump or #marshal_loadSean Griffin2014-09-171-0/+54
| | * * ext/psych/lib/psych/visitors/yaml_tree.rb: fix NameError dumping andAaron Patterson2014-08-291-0/+6
| | * * ext/psych/lib/psych/scalar_scanner.rb: fix loading strings thatAaron Patterson2014-08-291-0/+4
| | * * ext/psych/lib/psych/visitors/to_ruby.rb: merge keys with a hashAaron Patterson2014-08-291-0/+10
| | * * ext/psych/lib/psych/visitors/to_ruby.rb: quoted "<<" stringsAaron Patterson2014-08-291-0/+20
| * | Don't quote scalar values beginning with non-ASCII characterJakub Jirutka2014-08-161-0/+6
| |/
| * * ext/psych/lib/psych/visitors/to_ruby.rb: backwards compatibility forAaron Patterson2014-08-051-0/+5
| * backport r46948 from ruby/ruby trunk.SHIBATA Hiroshi2014-07-251-2/+0
| * Manually reverted fa6aac2ab19762775fba78c264159efb4fcf3ecfSHIBATA Hiroshi2014-06-263-51/+0
| * * ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with aAaron Patterson2014-06-051-0/+8
| * Revert "YAML::ENGINE was removed in [Bug #8344]"SHIBATA Hiroshi2014-05-253-0/+51
| * YAML::ENGINE was removed in [Bug #8344]Zachary Scott2014-05-243-51/+0
| * * ext/psych/lib/psych/visitors/yaml_tree.rb: support dumping EncodingAaron Patterson2014-02-281-0/+5
| * remove unused variablesSHIBATA Hiroshi2014-02-182-3/+2
| * * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings withAaron Patterson2014-01-081-0/+4
| * Add failing test for Struct referencesPeter Suschlik2013-12-051-0/+4