Add addtional file:// URI tests
This commit is contained in:
parent
498232b805
commit
da2e4755e6
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue