Skip to content

Commit

Permalink
merging from ruby trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jun 6, 2011
1 parent e13ab95 commit 7880a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/psych/nodes.rb
Expand Up @@ -31,7 +31,7 @@ module Psych
# doc = Psych::Nodes::Document.new # doc = Psych::Nodes::Document.new
# seq = Psych::Nodes::Sequence.new # seq = Psych::Nodes::Sequence.new
# scalar = Psych::Nodes::Scalar.new('foo') # scalar = Psych::Nodes::Scalar.new('foo')
# #
# # Build up our tree # # Build up our tree
# stream.children << doc # stream.children << doc
# doc.children << seq # doc.children << seq
Expand Down
2 changes: 1 addition & 1 deletion test/psych/test_null.rb
Expand Up @@ -10,7 +10,7 @@ def test_null_list
--- ---
- ~ - ~
- null - null
- -
- Null - Null
- NULL - NULL
eoyml eoyml
Expand Down
2 changes: 1 addition & 1 deletion test/psych/test_struct.rb
Expand Up @@ -39,7 +39,7 @@ def test_roundtrip


def test_load def test_load
obj = Psych.load(<<-eoyml) obj = Psych.load(<<-eoyml)
--- !ruby/struct:PsychStructWithIvar --- !ruby/struct:PsychStructWithIvar
:foo: bar :foo: bar
:@bar: hello :@bar: hello
eoyml eoyml
Expand Down

0 comments on commit 7880a4b

Please sign in to comment.