Safe Haskell | None |
---|
Unittests for Attoparsec support for unicode
Synopsis
- part1 :: String
- part2 :: String
- simpleParser :: Parser (String, String)
- case_unicodeParsing :: Assertion
- testAttoparsec :: Test
Documentation
simpleParser :: Parser (String, String) Source #
Simple parser able to split a string in two parts, name and value, separated by a '=' sign.
case_unicodeParsing :: Assertion Source #
Tests whether a Unicode string is still Unicode after being parsed.
testAttoparsec :: Test Source #