summaryrefslogtreecommitdiff
path: root/lib/rdoc/markup/test
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-09 15:01:53 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-09 15:01:53 +0000
commit1f3819adc85fd76761ec6ccb0cc37b54ef67fcc2 (patch)
tree02162287d008c2145a5ce5be9b3a328005e9fd24 /lib/rdoc/markup/test
parentbf02c31e869c4151b65177d53ca9d93c4f8fa2fb (diff)
Fixed problem with \_cat_<b>dog</b>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/markup/test')
-rw-r--r--lib/rdoc/markup/test/TestInline.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rdoc/markup/test/TestInline.rb b/lib/rdoc/markup/test/TestInline.rb
index c76f21dce5..a067d4c24c 100644
--- a/lib/rdoc/markup/test/TestInline.rb
+++ b/lib/rdoc/markup/test/TestInline.rb
@@ -141,6 +141,9 @@ class TestInline < Test::Unit::TestCase
@am.flow("cat <i>and</i> \\<B>dog</b>"))
assert_equal(["*word* or <b>text</b>"], @am.flow("\\*word* or \\<b>text</b>"))
+
+ assert_equal(["_cat_", @em_on, "dog", @em_off],
+ @am.flow("\\_cat_<i>dog</i>"))
end
def test_adding