Add addtional file:// URI tests

This commit is contained in:
Christian Dywan 2009-02-27 21:00:24 +01:00
parent 498232b805
commit da2e4755e6

View 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;
}