diff options
Diffstat (limited to 'xbmc/filesystem/test/data/httpdirectory/basic.html')
-rw-r--r-- | xbmc/filesystem/test/data/httpdirectory/basic.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xbmc/filesystem/test/data/httpdirectory/basic.html b/xbmc/filesystem/test/data/httpdirectory/basic.html new file mode 100644 index 0000000..ce98a10 --- /dev/null +++ b/xbmc/filesystem/test/data/httpdirectory/basic.html @@ -0,0 +1,13 @@ +<html> + <head> + <title>Directory Listing</title> + </head> + <body> + <a href="folder1/">folder1/</a> + <a href="folder2/">folder2/</a> + <a href="./sample3:%20the%20sampling.mpg">sample3: the sampling.mpg</a> + <a href="sample%20&%20samplability%204.mpg">sample & samplability 4.mpg</a> + <a href="sample5.mpg">sample5.mpg</a> + <a href="sample6.mpg">sample6.mpg</a> + </body> +</html>
\ No newline at end of file |