forked from exercism/haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sgf-parsing: Add individual tests of escaping/whitespace behaviour
previous case "escaped property value" crams too much into one test case. Split it up into multiple ones. The reimplemented case is mostly as it was when the exercise was originally implemented in exercism/exercism@7a5075b Note that the original case also got it wrong in that newlines should remain newlines; this is corrected in the new case. exercism/problem-specifications#1889
- Loading branch information
1 parent
ee75dbc
commit d02c5de
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters