From 578becb6095e46751c49110ee444868801eb439f Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Fri, 21 Jan 2005 22:43:13 +0000 Subject: [PATCH] uncommented a test that actually passes (WikiWord within Textile URL) --- test/unit/chunks/wiki_test.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/unit/chunks/wiki_test.rb b/test/unit/chunks/wiki_test.rb index 55609f46..8b435c83 100755 --- a/test/unit/chunks/wiki_test.rb +++ b/test/unit/chunks/wiki_test.rb @@ -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