hyperskill / hs-test

A framework that simplifies testing educational projects for Hyperskill. It is built on top of JUnit.
31 stars 10 forks source link

Add quotes around arguments with spaces in feedback #93

Closed aaaaaa2493 closed 4 years ago

aaaaaa2493 commented 4 years ago

Before: Arguments: -in test -out test test After: Arguments: -in test -out "test test"

aaaaaa2493 commented 4 years ago

Fixed in #94