]> git.mxchange.org Git - friendica.git/blob - simplepie/test/absolutize/RFC3986.5.4/abnormal/13.php
Add simplepie
[friendica.git] / simplepie / test / absolutize / RFC3986.5.4 / abnormal / 13.php
1 <?php
2
3 class SimplePie_Absolutize_Test_RFC3986_Abnormal_13 extends SimplePie_Absolutize_Test_RFC3986
4 {
5         function data()
6         {
7                 $this->data['relative'] = 'g;x=1/./y';
8         }
9         
10         function expected()
11         {
12                 $this->expected = 'http://a/b/c/g;x=1/y';
13         }
14 }
15
16 ?>