-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proper exception on hanging doublequote (PR #222)
Squashed from commits: - task: add test cases for decoding escaped input Test case `escapedMalformed0` is failing, throwing uncaught `error` - fix: handle case when input for field parser is a single opening double-quote - Fix output of escapedMalformed1 test (this contribution got deleted) - Fixup PR #222: remove failing test, drop testing for GHC < 8.4 Co-authored-by: German Zhyvotnikov <[email protected]>
- Loading branch information
1 parent
c1a60a0
commit ef014ec
Showing
6 changed files
with
41 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
branches: master | ||
|
||
tests: >= 8.4 | ||
|
||
-- constraint-set containers-0.7 | ||
-- ghc: >=8.2 | ||
-- constraints: containers ^>=0.7 | ||
|
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
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