summaryrefslogtreecommitdiff
path: root/test/rdoc/test_rdoc_markup_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rdoc/test_rdoc_markup_parser.rb')
-rw-r--r--test/rdoc/test_rdoc_markup_parser.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rdoc/test_rdoc_markup_parser.rb b/test/rdoc/test_rdoc_markup_parser.rb
index f381ba8d01..8085c94824 100644
--- a/test/rdoc/test_rdoc_markup_parser.rb
+++ b/test/rdoc/test_rdoc_markup_parser.rb
@@ -691,7 +691,6 @@ B. l2
def test_parse_trailing_cr
expected = [ @RM::Paragraph.new('Text') ]
- # FIXME hangs the parser:
assert_equal expected, @RMP.parse("Text\r").parts
end