summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-05-23 11:39:05 +0000
committerAntony Dovgal <tony2001@php.net>2005-05-23 11:39:05 +0000
commit4e03cdce324a08632ff9d03fb86fbeba686a9d7a (patch)
tree81082d5cc1a4680a0c160df2d38cb94aff4ec4d2
parent8a6bb7e9937d23a167fb954ea042bc30da26ff58 (diff)
downloadphp-git-4e03cdce324a08632ff9d03fb86fbeba686a9d7a.tar.gz
MFH: fix test
-rw-r--r--tests/strings/bug26703.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strings/bug26703.phpt b/tests/strings/bug26703.phpt
index c86e1759d5..04179b9d31 100644
--- a/tests/strings/bug26703.phpt
+++ b/tests/strings/bug26703.phpt
@@ -13,6 +13,6 @@ highlight.html=#000000
?>
--EXPECT--
<code><font color="#000000">
-<font color="#0000BB">&lt;?php </font><font color="#007700">echo </font><font color="#DD0000">"foo[] $a \n"</font><font color="#007700">; </font><font color="#0000BB">?&gt;</font>
+<font color="#0000BB">&lt;?php&nbsp;</font><font color="#007700">echo&nbsp;</font><font color="#DD0000">"foo[]&nbsp;$a&nbsp;\n"</font><font color="#007700">;&nbsp;</font><font color="#0000BB">?&gt;</font>
</font>
</code>