uncommented a test that actually passes (WikiWord within Textile URL)
This commit is contained in:
parent
661fb64561
commit
578becb609
|
@ -29,10 +29,8 @@ class WikiTest < Test::Unit::TestCase
|
||||||
)
|
)
|
||||||
end
|
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')
|
||||||
# def test_textile_link
|
end
|
||||||
# assert_no_match(WikiChunk::Word.pattern, '"Here is a special link":SpecialLink')
|
|
||||||
# end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue