blob: 8d626b68ff73de82eb1954e1c172b7c3a3362224 (
plain) (
tree)
|
|
<?php
class SimplePie_Absolutize_Test_RFC3986_Abnormal_17 extends SimplePie_Absolutize_Test_RFC3986
{
function data()
{
$this->data['relative'] = 'g#s/./x';
}
function expected()
{
$this->expected = 'http://a/b/c/g#s/./x';
}
}
?>
|