index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
psych
/
test_coder.rb
Age
Commit message (
Expand
)
Author
2022-12-09
Merge Psych-5.0.1
Hiroshi SHIBATA
2021-05-18
test/psych/test_coder.rb: Suppress non-parenthesis warnings
Yusuke Endoh
2021-05-17
Make the test pass with the old libyaml
Yusuke Endoh
2021-05-17
assert_equal accepts an expected value as the first argument
Yusuke Endoh
2021-05-17
[ruby/psych] Introduce `Psych.unsafe_load`
Aaron Patterson
2021-05-17
[ruby/psych] feat: allow scalars and sequences to be styled when dumped
Jeremy Ebler
2017-07-14
Merge psych-3.0.0.beta3 from ruby/psych.
hsbt
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-02-06
* ext/psych/lib/psych/visitors/yaml_tree.rb: register nodes when
tenderlove
2013-04-05
* ext/psych/lib/psych/visitors/yaml_tree.rb: fix symbol keys in coder
tenderlove
2013-03-26
* test/psych/test_*.rb: use require_relative to require local library
xibbar
2011-03-30
converting require_relative to just regular requires
tenderlove
2011-01-19
* ext/psych/lib/psych/coder.rb (represent_object): arbitrary objects
tenderlove
2011-01-06
* ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tags
tenderlove
2010-03-31
* ext/psych/lib/psych/coder.rb: Adding Syck compatibility to the yaml coder
tenderlove
2010-03-29
* test/psych/*: switching tests to use relative require.
tenderlove
2010-03-28
* ext/psych/*: importing Psych to trunk
tenderlove