uncommented a test that actually passes (WikiWord within Textile URL)

This commit is contained in:
Alexey Verkhovsky 2005-01-21 22:43:13 +00:00
parent 661fb64561
commit 578becb609

View file

@ -29,10 +29,8 @@ class WikiTest < Test::Unit::TestCase
)
end
# MDR: I'm not sure how to deal with this case just yet...
#
# def test_textile_link
# assert_no_match(WikiChunk::Word.pattern, '"Here is a special link":SpecialLink')
# end
def test_textile_link
assert_no_match(WikiChunk::Word.pattern, '"Here is a special link":SpecialLink')
end
end