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