aboutsummaryrefslogtreecommitdiffstats
path: root/test/psych/test_parser.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-22 22:43:41 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-22 22:43:41 +0000
commit18e3c52bc4d39881e4ab3a0ffdd9117c1f5b2ab1 (patch)
tree7ad96d7ee1998d13afdeb470e10028e0f49d87f6 /test/psych/test_parser.rb
parent8135c466ec00ad6f858c9068f48732fef165134a (diff)
downloadruby-18e3c52bc4d39881e4ab3a0ffdd9117c1f5b2ab1.tar.gz
reverting r30628 since this seems like a bug in libyaml
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/psych/test_parser.rb')
-rw-r--r--test/psych/test_parser.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/psych/test_parser.rb b/test/psych/test_parser.rb
index 3894eadb4e..a60a0c6d86 100644
--- a/test/psych/test_parser.rb
+++ b/test/psych/test_parser.rb
@@ -155,21 +155,6 @@ module Psych
assert_match "(#{io.path}):", e.message
end
- # ruby-core:34690
- def test_exception_line
- e = assert_raises(Psych::SyntaxError) do
- @parser.parse(<<-eoyaml)
-# based on "SGML/XML character entity reference" at http://www.bitjungle.com/isoent/
-#
----
-#DOUBLE LOW-9 QUOTATION MARK
-#requires fontenc:T1
-ldquor: ,,
- eoyaml
- end
- assert_match 'line 6', e.message
- end
-
def test_mapping_end
@parser.parse("---\n!!map { key: value }")
assert_called :end_mapping