From cc6b1b3c8d4f7d617c0870c05c501903fc7fd00b Mon Sep 17 00:00:00 2001 From: tenderlove Date: Wed, 2 Feb 2011 22:05:15 +0000 Subject: * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regular expressions can round trip. [ruby-core:34969] * test/psych/test_yaml.rb: test for ARG_ENCODING_NONE regex * ext/sych/lib/syck/rubytypes.rb: ARG_ENCODING_NONE regular expressions can round trip. * test/syck/test_yaml.rb: test for ARG_ENCODING_NONE regex git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/psych/test_yaml.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/psych/test_yaml.rb') diff --git a/test/psych/test_yaml.rb b/test/psych/test_yaml.rb index 45cd39d676..20bf26e5b4 100644 --- a/test/psych/test_yaml.rb +++ b/test/psych/test_yaml.rb @@ -13,6 +13,11 @@ class Psych_Unit_Tests < Psych::TestCase def teardown Psych.domain_types.clear end + + # [ruby-core:34969] + def test_regexp_with_n + assert_cycle(Regexp.new('',0,'n')) + end # # Tests modified from 00basic.t in Psych.pm # -- cgit v1.2.3