Closed flbulgarelli closed 7 years ago
Although is nice to ensure that there are no empty tests nor programs, the error message you get is quite confusing: required (...)+ loop did not match anything at input '}'
required (...)+ loop did not match anything at input '}'
It should be something like program must not be empty.
program must not be empty
Changed Wollok grammar to use * instead of + in Xtext definition and added new validators for program, test and fixture.
Although is nice to ensure that there are no empty tests nor programs, the error message you get is quite confusing:
required (...)+ loop did not match anything at input '}'
It should be something like
program must not be empty
.