From f04fdceb5941df31e1ac94f7fb586c2688813da7 Mon Sep 17 00:00:00 2001 From: Jeff Tilson Date: Mon, 29 Apr 2013 14:42:24 -0400 Subject: Adding single quote anchor to parse_url unit test --- engine/tests/regression/trac_bugs.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'engine/tests') diff --git a/engine/tests/regression/trac_bugs.php b/engine/tests/regression/trac_bugs.php index cb3f20421..b7654a794 100644 --- a/engine/tests/regression/trac_bugs.php +++ b/engine/tests/regression/trac_bugs.php @@ -282,8 +282,12 @@ class ElggCoreRegressionBugsTest extends ElggCoreUnitTest { 'ssl https://example.org/ test', 'ftp ftp://example.org/ test' => 'ftp ftp://example.org/ test', - 'google' => - 'google' + + 'web archive anchor google' => + 'web archive anchor google', + + 'single quotes already anchor yahoo' => + 'single quotes already anchor yahoo' ); foreach ($cases as $input => $output) { -- cgit v1.2.3