Skip to content

Commit

Permalink
fixed the issue in an already existing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesMeierSE committed Apr 15, 2024
1 parent 0acd1f7 commit 5dc9426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/langium/test/grammar/grammar-validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ describe('Check grammar with primitives', () => {
const grammar = `
grammar PrimGrammar
entry Expr:
primitives=Primitive*;
primitives+=Primitive*;
Primitive:
(Word | Bool | Num | LargeInt | DateObj);
Word:
Expand Down

0 comments on commit 5dc9426

Please sign in to comment.