From: Steve Clay Date: Tue, 14 May 2013 02:39:42 +0000 (-0400) Subject: Add test for = lookbehind X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6fed48c68bd866149427c63782d5ce4db6ba80c4;p=lorea%2Felgg.git Add test for = lookbehind --- 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));