1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netwerk/test/urlparse_unx.dat Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +# Any blank lines and those beginning with # are comments and 1.5 +# ignored. To add additional test cases that could potentially 1.6 +# break URL parsing in mozilla add the input URL on a new line 1.7 +# and follow it with the expected output for the standard URL 1.8 +# parser and one line for the case when the URL is really 1.9 +# created. Then run urltest with the -std option and without it 1.10 +# on this file and hopefully the expected output should match 1.11 +# the one from the program. 1.12 +# - Gagan Saksena 03/28/00 1.13 +# 1.14 +# This version is specifically *not* for PC platforms like Windows or OS/2. 1.15 +# It's testcases for the file protocol target a unix-like filesystem. 1.16 + 1.17 +# testing different versions of file urls 1.18 +file:home 1.19 +file,,,home,-1,/,,,,,,file://home/ 1.20 +file,,,,-1,/,home,,,,,file:///home 1.21 + 1.22 +file:/home 1.23 +file,,,,-1,/,home,,,,,file:///home 1.24 +file,,,,-1,/,home,,,,,file:///home 1.25 + 1.26 +file://home 1.27 +file,,,home,-1,/,,,,,,file://home/ 1.28 +file,,,home,-1,/,,,,,,file://home/ 1.29 + 1.30 +file:///home 1.31 +file,,,,-1,/,home,,,,,file:///home 1.32 +file,,,,-1,/,home,,,,,file:///home 1.33 + 1.34 +# testing UNC filepaths 1.35 +file:////server/path 1.36 +file,,,,-1,//server/,path,,,,,file:////server/path 1.37 +file,,,,-1,//server/,path,,,,,file:////server/path