Skip to content

Commit 5def2fe

Browse files
committed
fixing tests
1 parent 9a45897 commit 5def2fe

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

tests/Templates/fixtures/twig.output.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<span class="xml"><span class="hljs-meta">&lt;!DOCTYPE html&gt;</span>
1+
<span class="xml"><span class="hljs-meta">&lt;!DOCTYPE <span class="hljs-meta-keyword">html</span>&gt;</span>
22
<span class="hljs-tag">&lt;<span class="hljs-name">html</span>&gt;</span>
33
<span class="hljs-tag">&lt;<span class="hljs-name">head</span>&gt;</span>
44
<span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>Welcome to Symfony!<span class="hljs-tag">&lt;/<span class="hljs-name">title</span>&gt;</span>

tests/fixtures/expected/blocks/code-blocks/html-php.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="highlight">
2121
<pre class="hljs html">
2222
<span class="hljs-comment">&lt;!-- views/layout.php --&gt;</span>
23-
<span class="hljs-meta">&lt;!doctype html&gt;</span>
23+
<span class="hljs-meta">&lt;!doctype <span class="hljs-meta-keyword">html</span>&gt;</span>
2424
<span class="hljs-tag">&lt;<span class="hljs-name">html</span>&gt;</span>
2525
<span class="hljs-tag">&lt;<span class="hljs-name">head</span>&gt;</span>
2626
<span class="hljs-tag">&lt;<span class="hljs-name">title</span>&gt;</span>

tests/fixtures/expected/blocks/code-blocks/html-twig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<td class="code">
1717
<div class="highlight">
1818
<pre class="hljs twig">
19-
<span class="xml"></span><span class="hljs-comment">{# some code #}</span>
19+
<span class="hljs-comment">{# some code #}</span>
2020
<span class="xml">
2121
<span class="hljs-comment">&lt;!-- some code --&gt;</span></span>
2222
</pre>

tests/fixtures/expected/blocks/code-blocks/twig.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</td>
1616
<td class="code">
1717
<div class="highlight">
18-
<pre class="hljs twig"><span class="xml"></span><span class="hljs-comment">{# some code #}</span><span class="xml"></span></pre>
18+
<pre class="hljs twig"><span class="hljs-comment">{# some code #}</span></pre>
1919
</div>
2020
</td>
2121
</tr>

tests/fixtures/expected/main/datetime.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ <h3>error_bubbling<a class="headerlink" href="#error-bubbling" title="Permalink
212212
<div class="highlight">
213213
<pre class="hljs yaml"><span class="hljs-comment"># app/config/parameters.yml</span>
214214
<span class="hljs-attr">parameters:</span>
215-
<span class="hljs-attr"> database_driver:</span> <span class="hljs-string">pdo_mysql</span></pre>
215+
<span class="hljs-attr">database_driver:</span> <span class="hljs-string">pdo_mysql</span></pre>
216216
</div>
217217
</td>
218218
</tr>
@@ -236,8 +236,8 @@ <h3>error_bubbling<a class="headerlink" href="#error-bubbling" title="Permalink
236236
<div class="highlight">
237237
<pre class="hljs yaml"><span class="hljs-comment"># app/config/config.yml</span>
238238
<span class="hljs-attr">framework:</span>
239-
<span class="hljs-attr"> secret:</span> <span class="hljs-string">'%secret%'</span>
240-
<span class="hljs-attr"> router:</span> <span class="hljs-string">{</span> <span class="hljs-attr">resource:</span> <span class="hljs-string">'%kernel.root_dir%/config/routing.yml'</span> <span class="hljs-string">}</span> <span class="hljs-comment"># ...</span> <span class="hljs-comment"># ...</span></pre>
239+
<span class="hljs-attr">secret:</span> <span class="hljs-string">'%secret%'</span>
240+
<span class="hljs-attr">router:</span> <span class="hljs-string">{</span> <span class="hljs-attr">resource:</span> <span class="hljs-string">'%kernel.root_dir%/config/routing.yml'</span> <span class="hljs-string">}</span> <span class="hljs-comment"># ...</span> <span class="hljs-comment"># ...</span></pre>
241241
</div>
242242
</td>
243243
</tr>
@@ -354,4 +354,4 @@ <h2>Url checker errors<a class="headerlink" href="#url-checker-errors" title="Pe
354354
</div>
355355

356356
</body>
357-
</html>
357+
</html>

0 commit comments

Comments
 (0)