jGleitz / JUnit-KIT

Tests for the Tasks of the Programming Lecture for first semesters at the Karlsruhe Institute for Technology, winter semester 14/15. Among the tests themselves, this repository contains helpfull classes for testing unknown implementations.
GNU General Public License v2.0
7 stars 7 forks source link

Test input file whitespace handling #151

Closed jGleitz closed 9 years ago

jGleitz commented 9 years ago

We should have an error test for boards that are completely correct except for leading or trailing whitespace in one of the rows.

pcworld commented 9 years ago

As far as I can see in https://github.com/jGleitz/JUnit-KIT/pull/153/files#diff-1e3d936ed34460363dd24c0c522427e1R237, ignoring the spaces the fields are actually invalid, because the rows have differing number of columns when ignoring the spaces.

jGleitz commented 9 years ago

That's true. So this is still open.