]> git.mxchange.org Git - friendica.git/blobdiff - simplepie/test/absolutize/SPtests/bugs/579.0.php
Add simplepie
[friendica.git] / simplepie / test / absolutize / SPtests / bugs / 579.0.php
diff --git a/simplepie/test/absolutize/SPtests/bugs/579.0.php b/simplepie/test/absolutize/SPtests/bugs/579.0.php
new file mode 100644 (file)
index 0000000..b899d97
--- /dev/null
@@ -0,0 +1,17 @@
+<?php
+
+class SimplePie_Absolutize_Test_Bug_579_Test_0 extends SimplePie_Absolutize_Test
+{
+       function data()
+       {
+               $this->data['base'] = 'http://a/b/';
+               $this->data['relative'] = "b\x0Ac";
+       }
+       
+       function expected()
+       {
+               $this->expected = 'http://a/b/b%0Ac';
+       }
+}
+
+?>
\ No newline at end of file