We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57740d8 commit a3e45e0Copy full SHA for a3e45e0
test/tests/data-model-errors.json
@@ -14,7 +14,7 @@
14
]
15
},
16
{
17
- "src": ".input {$foo :x} input {$bar :x} .match $foo $bar * {{foo}}",
+ "src": ".input {$foo :x} .input {$bar :x} .match $foo $bar * {{foo}}",
18
"expErrors": [
19
20
"type": "variant-key-mismatch"
@@ -38,7 +38,7 @@
38
39
40
41
- "src": ".input {$foo :x} input {$bar :x} .match $foo $bar * 1 {{_}} 1 * {{_}}",
+ "src": ".input {$foo :x} .input {$bar :x} .match $foo $bar * 1 {{_}} 1 * {{_}}",
42
43
44
"type": "missing-fallback-variant"
0 commit comments