dodona-edu / universal-judge

Universal judge for educational software testing
https://docs.dodona.be/en/tested
MIT License
9 stars 4 forks source link

Disallow additional keys in DSL #416

Closed niknetniko closed 10 months ago

niknetniko commented 10 months ago

There is no use for them, and they hide errors (from #374):

By mistake, I used return-raw (with a dash) instead of return_raw:

- statement: "sum(1, 2, 3)"
  return-raw: "6"