summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-05-22 16:40:26 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-05-22 16:40:26 +0000
commit17c7d35208645d92df9bf05677ee2df78c0d3f23 (patch)
tree4b87eed36743687ba8ace6e3de9fc59f0d84b754 /tests
parent76c05604a657f2b0d48ed3aaa4186d0a3309d7a8 (diff)
downloadphp-git-17c7d35208645d92df9bf05677ee2df78c0d3f23.tar.gz
Adjust highlight test.
Diffstat (limited to 'tests')
-rw-r--r--tests/strings/004.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/strings/004.phpt b/tests/strings/004.phpt
index ac5e2ce43d..a283fda699 100644
--- a/tests/strings/004.phpt
+++ b/tests/strings/004.phpt
@@ -15,8 +15,8 @@ echo "\n[$var]\n";
?>
--EXPECT--
<code><span style="color: #000000">
-&lt;br /&gt;<span style="color: #0000BB">&lt;?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"foo"</span><span style="color: #007700">; </span><span style="color: #0000BB">?&gt;</span>&lt;br /&gt;</span>
+&lt;br&nbsp;/&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"foo"</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;br&nbsp;/&gt;</span>
</code>
[<code><span style="color: #000000">
-&lt;br /&gt;<span style="color: #0000BB">&lt;?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"bar"</span><span style="color: #007700">; </span><span style="color: #0000BB">?&gt;</span>&lt;br /&gt;</span>
+&lt;br&nbsp;/&gt;<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"bar"</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">?&gt;</span>&lt;br&nbsp;/&gt;</span>
</code>]