diff options
| author | Derick Rethans <derick@php.net> | 2002-10-06 17:37:25 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-10-06 17:37:25 +0000 |
| commit | 2ae0e71c974889f9dff620f068aa03358fd7615a (patch) | |
| tree | 49448909fc50b60bf72837902c7666f65ed3e0fd /tests/strings/004.phpt | |
| parent | 6b5575a1010cd919fd4b5458899b346be5204112 (diff) | |
| download | php-git-2ae0e71c974889f9dff620f068aa03358fd7615a.tar.gz | |
- Fix highlight_string test.
Diffstat (limited to 'tests/strings/004.phpt')
| -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 38a9e9374f..3047421799 100644 --- a/tests/strings/004.phpt +++ b/tests/strings/004.phpt @@ -10,8 +10,8 @@ echo "\n[$var]\n"; ?> --EXPECT-- <code><font color="#000000"> -<br /><font color="#0000BB"><?php </font><font color="#007700">echo </font><font color="#DD0000">"foo"</font><font color="#007700">; </font><font color="#0000BB">?></font><br /></font> +<br /><font color="#0000CC"><?php </font><font color="#006600">echo </font><font color="#CC0000">"foo"</font><font color="#006600">; </font><font color="#0000CC">?></font><br /></font> </code> [<code><font color="#000000"> -<br /><font color="#0000BB"><?php </font><font color="#007700">echo </font><font color="#DD0000">"bar"</font><font color="#007700">; </font><font color="#0000BB">?></font><br /></font> +<br /><font color="#0000CC"><?php </font><font color="#006600">echo </font><font color="#CC0000">"bar"</font><font color="#006600">; </font><font color="#0000CC">?></font><br /></font> </code>] |
