1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Parser was replaced

This commit is contained in:
aycabta 2019-08-14 19:06:27 +09:00
parent bad937b00b
commit b64911f4e2

View file

@ -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