diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-19 18:26:52 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-19 18:26:52 (GMT) |
commit | 818fd731f62993dc8aa5d07b82e1d1b2c04aae7d (patch) | |
tree | 41a61b0a1b18ed5ffeeb028e986b3586f9063628 /libxml2/test/URI | |
parent | d72feaf69933b069cff3c0cb20a5f5f03ecba77b (diff) | |
download | blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.zip blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.tar.gz blt-818fd731f62993dc8aa5d07b82e1d1b2c04aae7d.tar.bz2 |
update libxml2
Diffstat (limited to 'libxml2/test/URI')
-rw-r--r-- | libxml2/test/URI/smith.uri | 15 | ||||
-rw-r--r-- | libxml2/test/URI/uri.data | 18 |
2 files changed, 0 insertions, 33 deletions
diff --git a/libxml2/test/URI/smith.uri b/libxml2/test/URI/smith.uri deleted file mode 100644 index 6cc6c87..0000000 --- a/libxml2/test/URI/smith.uri +++ /dev/null @@ -1,15 +0,0 @@ -/foo/../bar -foo/../bar -./foo/../bar -foo/./../bar -foo/bar/.././../baz -foo/.. -foo/bar/.. -./foo -././foo -.././foo./ -.././foo/. -/foo -../foo -../../foo -../../../foo diff --git a/libxml2/test/URI/uri.data b/libxml2/test/URI/uri.data deleted file mode 100644 index a96ea5f..0000000 --- a/libxml2/test/URI/uri.data +++ /dev/null @@ -1,18 +0,0 @@ - -. -bar -bar#baz -bar?baz -bar?baz#baz2 -#baz -?baz -?baz#baz2 -../up.a.notch.html#wow -../up.a.notch.html?wow -../up.a.notch.html?wow#wow2 -/root.cgi#OK -/root.cgi?OK -/root.cgi?OK#OK2 -http://elsewhere.com/#deep -http://elsewhere.com/?deep -http://elsewhere.com/?deep#deep2 |