summaryrefslogtreecommitdiff
path: root/tests/strings/bug26703.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/strings/bug26703.phpt')
-rw-r--r--tests/strings/bug26703.phpt18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/strings/bug26703.phpt b/tests/strings/bug26703.phpt
deleted file mode 100644
index f21bcb900a..0000000000
--- a/tests/strings/bug26703.phpt
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-Bug #26703 (Certain characters inside strings incorrectly treated as keywords)
---INI--
-highlight.string=#DD0000
-highlight.comment=#FF9900
-highlight.keyword=#007700
-highlight.bg=#FFFFFF
-highlight.default=#0000BB
-highlight.html=#000000
---FILE--
-<?php
- highlight_string('<?php echo "foo[] $a \n"; ?>');
-?>
---EXPECT--
-<code><span style="color: #000000">
-<span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">echo&nbsp;</span><span style="color: #DD0000">"foo[]&nbsp;$a&nbsp;\n"</span><span style="color: #007700">;&nbsp;</span><span style="color: #0000BB">?&gt;</span>
-</span>
-</code>