Skip to content

Commit 37a27a2

Browse files
committed
fix
1 parent 4ae1f85 commit 37a27a2

File tree

12 files changed

+32
-0
lines changed

12 files changed

+32
-0
lines changed

tests/fixtures/rules/indent/invalid/await01-input.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@ name
8383
/await
8484
}
8585
</div>
86+
87+
<!--tests/fixtures/rules/indent/invalid/await01-input.svelte-->

tests/fixtures/rules/indent/invalid/await01-output.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,5 @@
8383
/await
8484
}
8585
</div>
86+
87+
<!--tests/fixtures/rules/indent/invalid/await01-input.svelte-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"FIXME": "It seems to return the wrong location in Svelte v5.",
3+
"svelte": "^4 || ^3"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"FIXME": "It seems to return the wrong location in Svelte v5.",
3+
"svelte": "^4 || ^3"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"FIXME": "It seems to return the wrong location in Svelte v5.",
3+
"svelte": "^4 || ^3"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"FIXME": "It seems to return the wrong location in Svelte v5.",
3+
"svelte": "^4 || ^3"
4+
}

tests/fixtures/rules/mustache-spacing/invalid/always/test01-input.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646
{#await expression}...{:then}...{:catch}...{/await}
4747

4848
{#key expression}...{/key}
49+
50+
<!--tests/fixtures/rules/mustache-spacing/invalid/always/test01-input.svelte-->

tests/fixtures/rules/mustache-spacing/invalid/always/test01-output.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646
{ #await expression }...{ :then}...{ :catch}...{ /await }
4747

4848
{ #key expression }...{ /key }
49+
50+
<!--tests/fixtures/rules/mustache-spacing/invalid/always/test01-input.svelte-->

tests/fixtures/rules/mustache-spacing/invalid/test01-input.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646

4747
{ #key expression }...{ /key }
4848
</div>
49+
50+
<!--tests/fixtures/rules/mustache-spacing/invalid/test01-input.svelte-->

tests/fixtures/rules/mustache-spacing/invalid/test01-output.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,5 @@
4646

4747
{#key expression}...{/key}
4848
</div>
49+
50+
<!--tests/fixtures/rules/mustache-spacing/invalid/test01-input.svelte-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"FIXME": "It seems to return the wrong location in Svelte v5.",
3+
"svelte": "^4 || ^3"
4+
}

0 commit comments

Comments
 (0)