]> spindle.queued.net Git - midori/commitdiff
Add addtional file:// URI tests
authorChristian Dywan <christian@twotoasts.de>
Fri, 27 Feb 2009 20:00:24 +0000 (21:00 +0100)
committerChristian Dywan <christian@twotoasts.de>
Fri, 27 Feb 2009 20:00:24 +0000 (21:00 +0100)
tests/magic-uri.c

index 0ada79c685b1914f721b8d679f6d705a94678311..3b8554ccdcf68d051543bafe39790499c266dc98 100644 (file)
@@ -113,6 +113,10 @@ main (int    argc,
                 "http://en.wikipedia.org/wiki/Kölsch_language");
     test_input ("sm Küchenzubehör", SM "Küchenzubehör");
     test_input ("sm 東京理科大学", SM "東京理科大学");
+    test_input ("file:///home/mark/foo/bar.html",
+                "file:///home/mark/foo/bar.html");
+    test_input ("file:///home/mark/frühstück",
+                "file:///home/mark/frühstück");
 
     return 0;
 }