Skip to content

Commit 556adbc

Browse files
committed
replace extension for tests files
1 parent 2e8522d commit 556adbc

File tree

76 files changed

+71
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+71
-71
lines changed

tests/Comments/__snapshots__/jsfmt.spec.js.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`htmlComments.melody.twig - twig-verify > htmlComments.melody.twig 1`] = `
3+
exports[`htmlComments.twig - twig-verify > htmlComments.twig 1`] = `
44
<!-- I am a comment -->
55
This is a paragraph
66
@@ -34,7 +34,7 @@ A third paragraph
3434
3535
`;
3636

37-
exports[`twigComments.melody.twig - twig-verify > twigComments.melody.twig 1`] = `
37+
exports[`twigComments.twig - twig-verify > twigComments.twig 1`] = `
3838
{# One #}
3939
4040
{# Two #}
File renamed without changes.
File renamed without changes.

tests/ConstantValue/__snapshots__/jsfmt.spec.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`constant-value-int.melody.twig - twig-verify > constant-value-int.melody.twig 1`] = `
3+
exports[`constant-value-int.twig - twig-verify > constant-value-int.twig 1`] = `
44
123
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66
123
77
88
`;
99

10-
exports[`constant-value-string.melody.twig - twig-verify > constant-value-string.melody.twig 1`] = `
10+
exports[`constant-value-string.twig - twig-verify > constant-value-string.twig 1`] = `
1111
Test string
1212
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1313
Test string
1414
1515
`;
1616

17-
exports[`special-cases.melody.twig - twig-verify > special-cases.melody.twig 1`] = `
17+
exports[`special-cases.twig - twig-verify > special-cases.twig 1`] = `
1818
{% if isRTL %}&#8206;{% endif %}
1919
2020
{% if searchResultFailing %}

tests/ControlStructures/__snapshots__/jsfmt.spec.js.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`for.melody.twig - twig-verify > for.melody.twig 1`] = `
3+
exports[`for.twig - twig-verify > for.twig 1`] = `
44
<ul>
55
{% for item in items %}
66
<li class="{{ loop.last ? 'last' : '' }}">
@@ -35,7 +35,7 @@ exports[`for.melody.twig - twig-verify > for.melody.twig 1`] = `
3535
3636
`;
3737
38-
exports[`forIfElse.melody.twig - twig-verify > forIfElse.melody.twig 1`] = `
38+
exports[`forIfElse.twig - twig-verify > forIfElse.twig 1`] = `
3939
<ul>
4040
{% for a,b in c | slice(3, c.length) if b is even -%}
4141
<li>{{ a }} - {{ b }}</li>
@@ -75,7 +75,7 @@ exports[`forIfElse.melody.twig - twig-verify > forIfElse.melody.twig 1`] = `
7575
7676
`;
7777
78-
exports[`forInclude.melody.twig - twig-verify > forInclude.melody.twig 1`] = `
78+
exports[`forInclude.twig - twig-verify > forInclude.twig 1`] = `
7979
{% for foo in range(1, category) %}
8080
<span key="{{ foo }}" class="qtp-item__star icon-ic icon-icn_star--white {{ foo }}">
8181
{% include './Star.twig' only %}
@@ -91,7 +91,7 @@ exports[`forInclude.melody.twig - twig-verify > forInclude.melody.twig 1`] = `
9191
9292
`;
9393
94-
exports[`forWithBlock.melody.twig - twig-verify > forWithBlock.melody.twig 1`] = `
94+
exports[`forWithBlock.twig - twig-verify > forWithBlock.twig 1`] = `
9595
<h1>{{ title | title }}</h1>
9696
<ul>
9797
{% for item in items %}
@@ -118,7 +118,7 @@ exports[`forWithBlock.melody.twig - twig-verify > forWithBlock.melody.twig 1`] =
118118
119119
`;
120120
121-
exports[`if.melody.twig - twig-verify > if.melody.twig 1`] = `
121+
exports[`if.twig - twig-verify > if.twig 1`] = `
122122
<div>
123123
{%- if foo %}
124124
<div class="foo"></div>
File renamed without changes.

0 commit comments

Comments
 (0)