mirror of https://github.com/sveltejs/svelte
commit
14b27b71e1
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "'case' is a reserved word in JavaScript and cannot be used here",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 18
|
||||||
|
},
|
||||||
|
"pos": 18
|
||||||
|
}]
|
@ -0,0 +1,3 @@
|
|||||||
|
{{#each cases as [case]}}
|
||||||
|
{{case.title}}
|
||||||
|
{{/each}}
|
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "'case' is a reserved word in JavaScript and cannot be used here",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 17
|
||||||
|
},
|
||||||
|
"pos": 17
|
||||||
|
}]
|
@ -0,0 +1,3 @@
|
|||||||
|
{{#each cases as case}}
|
||||||
|
{{case.title}}
|
||||||
|
{{/each}}
|
Loading…
Reference in new issue