mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
- Fix highlight_string test.
This commit is contained in:
parent
6b5575a101
commit
2ae0e71c97
1 changed files with 2 additions and 2 deletions
|
@ -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>]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue