Added attoparsec unit test for Unicode parsing
authorMichele Tartara <mtartara@google.com>
Tue, 13 Nov 2012 11:31:13 +0000 (12:31 +0100)
committerIustin Pop <iustin@google.com>
Tue, 13 Nov 2012 11:38:07 +0000 (12:38 +0100)
commit43b3b5c1fc184224fffc34f124f190794d8599ea
treebbcc0d5f595acbe0da6dbbe9444a728f57d75aa8
parent35c6e63d26ef38e199565fd3cfa7b97e3b2b7732
Added attoparsec unit test for Unicode parsing

Attoparsec is known to have had issues with parsing non-ASCII strings.
This test makes sure that parsing of Unicode characters works fine.

Signed-off-by: Michele Tartara <mtartara@google.com>
[iustin: small doc string fixes]
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
htest/Test/Ganeti/Attoparsec.hs [new file with mode: 0644]
htest/test.hs