Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Aug 6, 2022
1 parent 8177718 commit 4a3573b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fixtures/definition-syntax/multiplier.json
Expand Up @@ -45,7 +45,7 @@
]
},
"zero or one – all optional in group": {
"syntax": "[foo? bar? baz?]",
"syntax": "[ foo? bar? baz? ]",
"valid": [
"",
"foo",
Expand All @@ -61,7 +61,7 @@
]
},
"zero or one – all optional but not empty group": {
"syntax": "[foo? bar? baz?]!",
"syntax": "[ foo? bar? baz? ]!",
"valid": [
"foo",
"bar",
Expand Down

0 comments on commit 4a3573b

Please sign in to comment.