summaryrefslogtreecommitdiff
path: root/test/psych/test_yaml.rb
Commit message (Expand)AuthorAgeFilesLines
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Removed Psyych.load_documents.SHIBATA Hiroshi2017-03-271-2/+2
* Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix support for regularAaron Patterson2015-02-061-0/+4
* remove unused variablesSHIBATA Hiroshi2014-02-181-2/+1
* sync with ruby trunkAaron Patterson2013-04-051-1/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationAaron Patterson2013-02-071-1/+10
* Strings that start with non-word characters should double quote without excla...Alex Tambellini2012-12-081-0/+6
* Merge pull request #97 from atambo/masterAaron Patterson2012-11-161-0/+5
|\
| * Use literal style when emitting multiline strings, fixes #64Alex Tambellini2012-10-281-0/+5
* | * ruby.c (load_file_internal): set default source encoding asAaron Patterson2012-11-161-1/+1
|/
* syncing with ruby trunkAaron Patterson2011-08-171-0/+7
* synching with ruby trunkAaron Patterson2011-05-131-0/+6
* pulling in changes from ruby coreAaron Patterson2011-03-291-1/+1
* merging from rubyAaron Patterson2011-02-061-0/+5
* merging from rubyAaron Patterson2010-04-231-0/+3
* * test/psych/*: switching tests to use relative require. [ruby-core:29104]Aaron Patterson2010-03-291-1/+1
* testing Object has to_yaml definedAaron Patterson2010-03-271-4/+4
* removed the to_yaml methodAaron Patterson2010-03-271-65/+4
* adding a test helper superclassAaron Patterson2010-03-261-3/+2
* moving tests under the psych directoryAaron Patterson2010-03-261-0/+1310