From 31ae116fe4ab5cac3d2a85069adae2d211ecc846 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 8 Apr 2014 18:50:10 +0200 Subject: migrated database, utility, bootstrap from appframework --- .../tests/oldtests/absolutize/RFC3986.5.4/normal/10.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php (limited to '3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php') diff --git a/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php new file mode 100644 index 000000000..86eab935c --- /dev/null +++ b/3rdparty/simplepie/tests/oldtests/absolutize/RFC3986.5.4/normal/10.php @@ -0,0 +1,16 @@ +data['relative'] = 'g#s'; + } + + function expected() + { + $this->expected = 'http://a/b/c/g#s'; + } +} + +?> \ No newline at end of file -- cgit v1.2.3