From 6fed48c68bd866149427c63782d5ce4db6ba80c4 Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Mon, 13 May 2013 22:39:42 -0400 Subject: Add test for = lookbehind --- engine/tests/regression/trac_bugs.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engine/tests/regression') diff --git a/engine/tests/regression/trac_bugs.php b/engine/tests/regression/trac_bugs.php index b7654a794..7fdd51c27 100644 --- a/engine/tests/regression/trac_bugs.php +++ b/engine/tests/regression/trac_bugs.php @@ -287,8 +287,10 @@ class ElggCoreRegressionBugsTest extends ElggCoreUnitTest { 'web archive anchor google', 'single quotes already anchor yahoo' => - 'single quotes already anchor yahoo' + 'single quotes already anchor yahoo', + 'unquoted already anchor yahoo' => + 'unquoted already anchor yahoo', ); foreach ($cases as $input => $output) { $this->assertEqual($output, parse_urls($input)); -- cgit v1.2.3