Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Aug 21, 2012
1 parent f41607c commit 01cd3a2
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 @@ -69,7 +69,7 @@ testLeadingSpace = " a, b, c\n" `decodesAs` [[" a", " b", " c"]]

parseTests :: [TF.Test]
parseTests =
[ testGroup "decode" $ map encodeTest
[ testGroup "encode" $ map encodeTest
[ ("simple", [["abc"]], "abc\r\n")
, ("quoted", [["\"abc\""]], "\"\"\"abc\"\"\"\r\n")
, ("quote", [["a\"b"]], "\"a\"\"b\"\r\n")
Expand Down

0 comments on commit 01cd3a2

Please sign in to comment.