diff --git a/tests/UnitTests.hs b/tests/UnitTests.hs index 2bf35fa..12ea362 100644 --- a/tests/UnitTests.hs +++ b/tests/UnitTests.hs @@ -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" ]