aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/absolutize/SPtests/bugs/691.8.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/absolutize/SPtests/bugs/691.8.php')
-rw-r--r--simplepie/test/absolutize/SPtests/bugs/691.8.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/simplepie/test/absolutize/SPtests/bugs/691.8.php b/simplepie/test/absolutize/SPtests/bugs/691.8.php
new file mode 100644
index 000000000..4c1ee0eb8
--- /dev/null
+++ b/simplepie/test/absolutize/SPtests/bugs/691.8.php
@@ -0,0 +1,17 @@
+<?php
+
+class SimplePie_Absolutize_Test_Bug_691_Test_8 extends SimplePie_Absolutize_Test
+{
+ function data()
+ {
+ $this->data['base'] = 'http://a/b/c#0';
+ $this->data['relative'] = 'd';
+ }
+
+ function expected()
+ {
+ $this->expected = 'http://a/b/d';
+ }
+}
+
+?> \ No newline at end of file