aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych
Commit message (Expand)AuthorAgeFilesLines
...
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-204-80/+74
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in codertenderlove2013-04-051-2/+2
* change test name to be more helpfultenderlove2013-04-051-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: correctly registertenderlove2013-04-051-0/+25
* Suppress warningsnaruse2013-04-023-26/+21
* * test/psych/test_*.rb: use require_relative to require local libraryxibbar2013-03-2637-37/+37
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+1
* * ext/psych/lib/psych/visitors/yaml_tree.rb: fixing string quotationtenderlove2013-02-072-2/+11
* * test/ruby/test_marshal.rb: remove temporally files early.akr2013-01-291-0/+1
* * ext/psych/lib/psych/visitors/to_ruby.rb: merge key values thattenderlove2013-01-121-0/+51
* * ext/psych/lib/psych/scalar_scanner.rb: strip trailing dots fromtenderlove2013-01-092-0/+8
* * ext/psych/lib/psych/visitors/yaml_tree.rb: ascii only binary stringstenderlove2013-01-091-2/+21
* * ext/psych/lib/psych/visitors/yaml_tree.rb: quote strings that begintenderlove2012-12-131-0/+6
* test: remove or replace trailing spacesnobu2012-12-071-2/+2
* * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove2012-11-171-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove2012-11-171-0/+16
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-1/+2
* * ext/psych/lib/psych/handlers/recorder.rb: added a class fortenderlove2012-10-291-0/+25
* * ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return thetenderlove2012-10-281-0/+7
* * ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object shouldtenderlove2012-10-281-0/+11
* * ext/psych/parser.c: just get the constant defined in Ruby.tenderlove2012-10-221-0/+21
* * ext/psych/lib/psych/scalar_scanner.rb: Ignore bad timestamps. Iftenderlove2012-10-221-0/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Fix scalar_scanner totenderlove2012-10-221-0/+4
* * ext/syck: removed. Fixes [ruby-core:43360]tenderlove2012-08-221-10/+0
* * lib/open-uri.rb: delete space.ayumin2012-07-171-5/+5
* * ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove2012-07-161-0/+70
* * ext/psych/lib/psych/visitors/to_ruby.rb: fix a bug with stringtenderlove2012-05-152-0/+17
* * ext/psych/lib/psych/visitors/to_ruby.rb: convert omap tagged maps totenderlove2012-05-151-0/+7
* add a test for yaml ast roundtrippingtenderlove2012-04-281-0/+7
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-1/+1
* * ext/psych/lib/psych.rb (load, parse): stop parsing or loading aftertenderlove2012-03-081-0/+10
* * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block istenderlove2012-03-081-0/+34
* only run `test_key` on ruby 2.0.0 or uptenderlove2012-03-051-0/+1
* * ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove2012-02-281-1/+1
* * ext/psych/parser.c: prevent a memory leak by protecting calls totenderlove2012-02-241-0/+30
* * ext/psych/parser.c: set parser encoding based on the YAML inputtenderlove2012-02-233-1/+77
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-091-9/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-181-0/+25
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-181-0/+28
* * ext/psych/lib/psych/visitors/to_ruby.rb: BigDecimals can be restoredtenderlove2011-12-181-0/+11
* * ext/psych/lib/psych/scalar_scanner.rb: Strings that look like datestenderlove2011-12-181-0/+22
* * ext/psych/lib/psych.rb (module Psych): parse and load methods taketenderlove2011-12-061-1/+77
* * ext/psych/parser.c (parse): parse method can take an option filetenderlove2011-11-301-0/+7
* An address can be negative.naruse2011-11-271-1/+1
* infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove2011-11-171-3/+1
* * ext/psych/lib/psych/tree_builder.rb: dump complex numbers,tenderlove2011-11-081-0/+67
* * ext/psych/lib/psych/scalar_scanner.rb: make sure strings that looktenderlove2011-11-071-0/+6
* * test/psych/test_yamlstore.rb: make test case inherit from MiniTest,tenderlove2011-11-071-4/+3
* * test/psych/test_yamldbm.rb: Test case should inherit from MiniTest,tenderlove2011-11-071-4/+5
* Don't define tests if there is no psych.naruse2011-11-032-4/+6