While merging #19 I noticed that some examples were still following old grammar rules that have long since been discarded. These examples came from the errors and warnings directories, and are already assumed to raise some issues, so I guess these problems flew under the radar.
Langium already created a vitest dummy test suite, which we should exploit. This would a) ensure that our examples stay current b) help us spot regressions.
While merging #19 I noticed that some examples were still following old grammar rules that have long since been discarded. These examples came from the
errorsandwarningsdirectories, and are already assumed to raise some issues, so I guess these problems flew under the radar.Langium already created a
vitestdummy test suite, which we should exploit. This would a) ensure that our examples stay current b) help us spot regressions.