dodona-edu / universal-judge

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

stdout should accept integer values #539

Open jorg-vr opened 2 months ago

jorg-vr commented 2 months ago

According to our DSL specification 'stdout' should be able to handle numbers. But our code crashes on this.

Important caveat is that stdout will always be string comparison, so numbers should be converted to strings