From 92edd39e24a690f2d140c3f921573c663f33eb8a Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 9 Apr 2004 15:01:53 +0000 Subject: Fixed problem with \_cat_dog git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/markup/test/TestInline.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/rdoc/markup/test') diff --git a/lib/rdoc/markup/test/TestInline.rb b/lib/rdoc/markup/test/TestInline.rb index c76f21dce..a067d4c24 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 and \\dog")) assert_equal(["*word* or text"], @am.flow("\\*word* or \\text")) + + assert_equal(["_cat_", @em_on, "dog", @em_off], + @am.flow("\\_cat_dog")) end def test_adding -- cgit