ganeti
Safe HaskellNone

Test.Ganeti.Attoparsec

Description

Unittests for Attoparsec support for unicode

Synopsis

Documentation

part1 :: String Source #

Unicode test string, first part.

part2 :: String Source #

Unicode test string, second part.

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.