aboutsummaryrefslogtreecommitdiffstats
path: root/simplepie/test/absolutize/RFC3986.5.4/normal/10.php
diff options
context:
space:
mode:
Diffstat (limited to 'simplepie/test/absolutize/RFC3986.5.4/normal/10.php')
-rw-r--r--simplepie/test/absolutize/RFC3986.5.4/normal/10.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/simplepie/test/absolutize/RFC3986.5.4/normal/10.php b/simplepie/test/absolutize/RFC3986.5.4/normal/10.php
new file mode 100644
index 000000000..86eab935c
--- /dev/null
+++ b/simplepie/test/absolutize/RFC3986.5.4/normal/10.php
@@ -0,0 +1,16 @@
+<?php
+
+class SimplePie_Absolutize_Test_RFC3986_Normal_10 extends SimplePie_Absolutize_Test_RFC3986
+{
+ function data()
+ {
+ $this->data['relative'] = 'g#s';
+ }
+
+ function expected()
+ {
+ $this->expected = 'http://a/b/c/g#s';
+ }
+}
+
+?> \ No newline at end of file