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

Multiple \n at the end of the input are considered as a single \n #117

Closed aaaaaa2493 closed 3 years ago

aaaaaa2493 commented 3 years ago

Should be considered as a separate empty line (plain Enter) ... - Enter at the end of the input ...\n - Enter at the end of the input ...\n\n - Two enters at the end of the input (one empty input) ... + N * \n - N enters at the end of the input (N-1 empty input)