Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
goetzrrGit committed Oct 14, 2024
1 parent 740afd4 commit 414f23f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utilities/sequence-editor/grammar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,9 +417,8 @@ Command(Stem,⚠,Args)
CMD2 [
CMD3 ]`,
`Sequence(Commands(
Command(Stem,Args(RepeatArg(⚠))),
Command(Stem,Args(RepeatArg(⚠,Enum)))
))`,
Command(Stem,Args(RepeatArg(RepeatArg,⚠))),
Command(Stem,Args(RepeatArg(⚠))),Command(Stem,Args(⚠))))`,
],
['locals with wrong value types', `@LOCALS "string_not_enum"`, `Sequence(LocalDeclaration(⚠(String)))`],
];
Expand Down

0 comments on commit 414f23f

Please sign in to comment.