Skip to content

Commit

Permalink
Fix typos in data-model-errors tests (#892)
Browse files Browse the repository at this point in the history
Fix #886
  • Loading branch information
aphillips authored Sep 19, 2024
1 parent 57740d8 commit 6c3704f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/data-model-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
]
},
{
"src": ".input {$foo :x} input {$bar :x} .match $foo $bar * {{foo}}",
"src": ".input {$foo :x} .input {$bar :x} .match $foo $bar * {{foo}}",
"expErrors": [
{
"type": "variant-key-mismatch"
Expand All @@ -38,7 +38,7 @@
]
},
{
"src": ".input {$foo :x} input {$bar :x} .match $foo $bar * 1 {{_}} 1 * {{_}}",
"src": ".input {$foo :x} .input {$bar :x} .match $foo $bar * 1 {{_}} 1 * {{_}}",
"expErrors": [
{
"type": "missing-fallback-variant"
Expand Down

0 comments on commit 6c3704f

Please sign in to comment.