dodona-edu / universal-judge

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

Allow simple representation of empty set #385

Closed pdawyndt closed 1 year ago

pdawyndt commented 1 year ago

An empty set literal must be represented as

return_raw: "set([])"

where it would be much more natural to represent it as

return_raw: "set()"