Skip to content

Commit fe559fa

Browse files
committed
Fix test
1 parent 3c771b9 commit fe559fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codeigniter/helpers/text_helper_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function test_highlight_code()
103103
{
104104
if (substr(PHP_VERSION, 0, 3) >= '8.3')
105105
{
106-
$expect = "<pre><code style=\"color: #000000\"><span style=\"color: #0000BB\">&lt;?php var_dump</span><span style=\"color: #007700\">(</span><span style=\"color: #0000BB\">$this</span><span style=\"color: #007700\">); </span><span style=\"color: #0000BB\">?&gt; ?&gt;</span></code></pre>";
106+
$expect = "<pre><code style=\"color: #000000\"><span style=\"color: #0000BB\">&lt;?php var_dump</span><span style=\"color: #007700\">(</span><span style=\"color: #0000BB\">\$this</span><span style=\"color: #007700\">); </span><span style=\"color: #0000BB\">?&gt; ?&gt;</span></code></pre>";
107107
}
108108
else
109109
{

0 commit comments

Comments
 (0)