We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d4a14 commit 77d16cfCopy full SHA for 77d16cf
packages/generator-langium/templates/test/test/parsing/parsing.test.ts
@@ -25,8 +25,8 @@ describe('Parsing tests', () => {
25
Hello Langium!
26
`);
27
28
- // check for absensce of parser errors the classic way:
29
- // deacivated, find a much more human readable way below!
+ // check for absence of parser errors the classic way:
+ // deactivated, find a much more human readable way below!
30
// expect(document.parseResult.parserErrors).toHaveLength(0);
31
32
expect(
0 commit comments