From ed7ecb791be76223682b576af6242134cdca9496 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Tue, 15 May 2007 00:25:27 +0200 Subject: FS#744 (template developers, heed the changes) darcs-hash:20070514222527-d5083-53ed619daf07d0a84c52161465d163abf1400529.gz --- _test/cases/inc/html_hilight.test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_test') diff --git a/_test/cases/inc/html_hilight.test.php b/_test/cases/inc/html_hilight.test.php index 634ef2585..e67b2cc1f 100644 --- a/_test/cases/inc/html_hilight.test.php +++ b/_test/cases/inc/html_hilight.test.php @@ -65,7 +65,7 @@ class html_hilight_test extends UnitTestCase{ function testHighlightPHP() { $html = 'Foo $_GET[\'bar\'] Foo'; $this->assertEqual( - 'Foo $_GET[\'bar\'] Foo', + 'Foo $_GET[\'bar\'] Foo', html_hilight($html,'$_GET[\'bar\']') ); } @@ -81,7 +81,7 @@ class html_hilight_test extends UnitTestCase{ function testMatchAttributeWord() { $html = 'Foo bar Foo'; $this->assertEqual( - 'Foo bar Foo', + 'Foo bar Foo', html_hilight($html,'class="x">bar') ); } -- cgit v1.2.3