diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2005-05-22 16:40:26 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2005-05-22 16:40:26 +0000 |
commit | 17c7d35208645d92df9bf05677ee2df78c0d3f23 (patch) | |
tree | 4b87eed36743687ba8ace6e3de9fc59f0d84b754 /tests/strings | |
parent | 76c05604a657f2b0d48ed3aaa4186d0a3309d7a8 (diff) | |
download | php-git-17c7d35208645d92df9bf05677ee2df78c0d3f23.tar.gz |
Adjust highlight test.
Diffstat (limited to 'tests/strings')
-rw-r--r-- | tests/strings/004.phpt | 4 |
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"> -<br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"foo"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span><br /></span> +<br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"foo"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span><br /></span> </code> [<code><span style="color: #000000"> -<br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"bar"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span><br /></span> +<br /><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"bar"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span><br /></span> </code>] |