Skip to content

Commit

Permalink
sync with ruby-core
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Nov 29, 2011
1 parent 363fad7 commit 9d43114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/psych/test_object_references.rb
Expand Up @@ -28,7 +28,7 @@ def test_datetime_has_references

def assert_reference_trip obj
yml = Psych.dump([obj, obj])
assert_match(/\*\d+/, yml)
assert_match(/\*-?\d+/, yml)
data = Psych.load yml
assert_equal data.first.object_id, data.last.object_id
end
Expand Down

0 comments on commit 9d43114

Please sign in to comment.