Skip to content

Commit a3e45e0

Browse files
authored
Fix typos in data-model-errors tests
Fix #886
1 parent 57740d8 commit a3e45e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/data-model-errors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
{
17-
"src": ".input {$foo :x} input {$bar :x} .match $foo $bar * {{foo}}",
17+
"src": ".input {$foo :x} .input {$bar :x} .match $foo $bar * {{foo}}",
1818
"expErrors": [
1919
{
2020
"type": "variant-key-mismatch"
@@ -38,7 +38,7 @@
3838
]
3939
},
4040
{
41-
"src": ".input {$foo :x} input {$bar :x} .match $foo $bar * 1 {{_}} 1 * {{_}}",
41+
"src": ".input {$foo :x} .input {$bar :x} .match $foo $bar * 1 {{_}} 1 * {{_}}",
4242
"expErrors": [
4343
{
4444
"type": "missing-fallback-variant"

0 commit comments

Comments
 (0)