From 058bb33024811e3a5026d7c905519b7a0c35623b Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 11 Jan 2010 21:52:33 +0100 Subject: [PATCH] Add 'LT_PREREQ(2.2)', uncommented, to uri search tests The string is obviously not a valid domain name. Yet our recognition isn't aware of that. --- tests/magic-uri.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/magic-uri.c b/tests/magic-uri.c index 7c47d4c4..7bbd9fa9 100644 --- a/tests/magic-uri.c +++ b/tests/magic-uri.c @@ -165,6 +165,7 @@ magic_uri_search (void) test_input ("g max@mustermann.de", NULL); test_input ("g inurl:http://twotoasts.de bug", NULL); test_input ("sm", SM); + /* test_input ("LT_PREREQ(2.2)", NULL); */ } static void