ruby/test/psych
Robert Schulze d3b07b9845 [ruby/psych] Add :stringify_names option to convert symbol keys to string for dumping
https://github.com/ruby/psych/commit/3d051d89aa
2024-01-18 17:32:34 +00:00
..
handlers
json
nodes
visitors [ruby/psych] Use `assert_same` in tests where applicable 2023-12-19 11:07:46 +09:00
helper.rb [ruby/psych] Raise specific error when aliases are not enabled 2022-08-09 01:32:47 +09:00
test_alias_and_anchor.rb
test_array.rb [ruby/psych] Raise specific error when aliases are not enabled 2022-08-09 01:32:47 +09:00
test_boolean.rb
test_class.rb
test_coder.rb Merge Psych-5.0.1 2022-12-09 16:36:22 +09:00
test_date_time.rb [ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as Time 2022-09-07 09:44:14 +09:00
test_deprecated.rb
test_document.rb
test_emitter.rb
test_encoding.rb [ruby/psych] Get rid of anonymous eval calls 2023-01-11 10:08:13 +00:00
test_exception.rb
test_hash.rb [ruby/psych] Raise specific error when an anchor isn't defined 2022-08-09 01:33:34 +09:00
test_json_tree.rb
test_marshalable.rb
test_merge_keys.rb [ruby/psych] Raise specific error when an anchor isn't defined 2022-08-09 01:33:34 +09:00
test_nil.rb
test_null.rb
test_numeric.rb [ruby/psych] Skip BigDecimal tests when it's missing to load 2023-07-18 02:55:47 +00:00
test_object.rb [ruby/psych] Raise specific error when aliases are not enabled 2022-08-09 01:32:47 +09:00
test_object_references.rb [ruby/psych] Use `assert_same` in tests where applicable 2023-12-19 11:07:46 +09:00
test_omap.rb
test_parser.rb [ruby/psych] Add test for code_point_limit 2023-10-02 11:47:35 +09:00
test_psych.rb [ruby/psych] Add :stringify_names option to convert symbol keys to string for dumping 2024-01-18 17:32:34 +00:00
test_ractor.rb
test_safe_load.rb [ruby/psych] Raise specific error when aliases are not enabled 2022-08-09 01:32:47 +09:00
test_scalar.rb
test_scalar_scanner.rb [ruby/psych] Typofix by misspell 2023-12-25 21:12:49 +09:00
test_serialize_subclasses.rb
test_set.rb [ruby/psych] Add :stringify_names option to convert symbol keys to string for dumping 2024-01-18 17:32:34 +00:00
test_stream.rb
test_string.rb [ruby/psych] issue #443: drop special tests for y, Y, n, N since they covered in the more general test 2024-01-17 00:45:06 +00:00
test_struct.rb
test_symbol.rb
test_tree_builder.rb
test_yaml.rb [ruby/psych] Update for stricter 1.2 syntax 2023-01-31 13:14:05 +09:00
test_yaml_special_cases.rb
test_yamldbm.rb
test_yamlstore.rb