dodona-edu / universal-judge

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

Preserve line comment in statement #371

Open pdawyndt opened 1 year ago

pdawyndt commented 1 year ago

Line comments are supported in TESTed statements:

- statement: "func(1, 2, 3) # this is a line comment"

Such line comments should be preserved in the converted statement that TESTed includes in the feedback. Currently they are not.

Example: exercise