dodona-edu/universal-judge

Disallow additional keys in DSL

niknetniko opened this issue · 0 comments

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"