From eddb4203757366eef2afc81d53d948d3aaeed0c7 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 6 May 2014 14:54:51 -0700 Subject: [ticket/12510] Convert & to & in build_url() when no params are stripped. PHPBB3-12510 --- tests/functions/build_url_test.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/functions/build_url_test.php') diff --git a/tests/functions/build_url_test.php b/tests/functions/build_url_test.php index 795427ffe8..ad36f29b8c 100644 --- a/tests/functions/build_url_test.php +++ b/tests/functions/build_url_test.php @@ -44,6 +44,11 @@ class phpbb_build_url_test extends phpbb_test_case 't', 'phpBB/index.php?', ), + array( + 'viewtopic.php?t=5&f=4', + false, + 'phpBB/viewtopic.php?t=5&f=4', + ), array( 'viewtopic.php?f=2&style=1&t=6', 'f', -- cgit v1.2.1