File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
tests/codeigniter/helpers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 \"><?php var_dump</span><span style= \"color: #007700 \">(</span><span style= \"color: #0000BB \"> $ this </span><span style= \"color: #007700 \">); </span><span style= \"color: #0000BB \">?> ?></span></code></pre> " ;
106+ $ expect = "<pre><code style= \"color: #000000 \"><span style= \"color: #0000BB \"><?php var_dump</span><span style= \"color: #007700 \">(</span><span style= \"color: #0000BB \"> \ $this</span><span style= \"color: #007700 \">); </span><span style= \"color: #0000BB \">?> ?></span></code></pre> " ;
107107 }
108108 else
109109 {
You can’t perform that action at this time.
0 commit comments