diff options
Diffstat (limited to 'tests/strings/bug26703.phpt')
-rw-r--r-- | tests/strings/bug26703.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/strings/bug26703.phpt b/tests/strings/bug26703.phpt index f21bcb900a..ef2d81de4a 100644 --- a/tests/strings/bug26703.phpt +++ b/tests/strings/bug26703.phpt @@ -13,6 +13,6 @@ highlight.html=#000000 ?> --EXPECT-- <code><span style="color: #000000"> -<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"foo[] $a \n"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span> +<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #DD0000">"foo[] </span><span style="color: #0000BB">$a</span><span style="color: #DD0000"> \n"</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span> </span> </code> |