You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirement 2.a.iv: Whitespace and empty lines should be ignored. Expected: Data is loaded from file ignoring odd/lack of whitespace present. Observed: Out of range exception is thrown. Test Data: test_load_no_space.txt & test_load_odd_space.txt Steps to Reproduce:
Launch application
Attempt to load either of the above files, or another file with whitespace scattered/missing that otherwise conforms to the required format.
The text was updated successfully, but these errors were encountered:
Requirement 2.a.iv: Whitespace and empty lines should be ignored.
Expected: Data is loaded from file ignoring odd/lack of whitespace present.
Observed: Out of range exception is thrown.
Test Data:
test_load_no_space.txt
&test_load_odd_space.txt
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: