Skip to content

Commit

Permalink
Fix output of escapedMalformed1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
yitz-zoomin committed Jan 3, 2024
1 parent a4627a6 commit c7bdbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UnitTests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ positionalTests =
testCase "escaped" $
"\"x,y\",z\nbaz,\"bar\nfoo,\"" `decodesAs` [["x,y", "z"], ["baz", "bar\nfoo,"]],
testCase "escapedMalformed1" $
"\"x,\"y" `decodeFailsWith` "endOfInput",
"\"x,\"y" `decodeFailsWith` "Failed reading: satisfy",
testCase "escapedMalformed0" $
"baz,\"" `decodeFailsWith` "Failed reading: trailing double quote"
]
Expand Down

0 comments on commit c7bdbca

Please sign in to comment.