Skip to content

Commit 4e4bbd0

Browse files
javiereguiluznikophil
authored andcommitted
Fixed more tests
1 parent c3c28d4 commit 4e4bbd0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tests/fixtures/expected/main/datetime.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ <h3 id="placeholder">
140140
\
141141
<span class="hljs-title">DateTimeType</span>
142142
;
143-
<span class="hljs-variable">$builder</span>
143+
<span class="hljs-variable">
144+
<span class="hljs-variable-other-marker">$</span>
145+
builder
146+
</span>
144147
<span class="hljs-operator">-&gt;</span>
145148
add(
146149
<span class="hljs-string">'startDateTime'</span>
@@ -397,7 +400,10 @@ <h3 id="error-bubbling">
397400
<div class="highlight">
398401
<pre class="hljs php">
399402
<span class="hljs-comment">// app/config/config.php</span>
400-
<span class="hljs-variable">$container</span>
403+
<span class="hljs-variable">
404+
<span class="hljs-variable-other-marker">$</span>
405+
container
406+
</span>
401407
<span class="hljs-operator">-&gt;</span>
402408
loadFromExtension(
403409
<span class="hljs-string">'framework'</span>

0 commit comments

Comments
 (0)