megaparsec/tests
mrkkrp b062a397ee made format of error messages conventional
Closes #56.

In particular, file name and textual position are represented like this:

  filename.hs:5:6:
    error message

This format should be more conventional, so various tools will be able
to parse it and provide some support (for example, Emacs can work with
this format).
2015-10-14 17:48:44 +06:00
..
Char.hs fixed test for ‘Text.Megaparsec.Char.string'’ 2015-10-05 00:10:59 +06:00
Combinator.hs a couple of cosmetic corrections 2015-10-05 00:27:34 +06:00
Error.hs Add #if for bool in tests 2015-10-03 17:00:29 +02:00
Expr.hs a couple of cosmetic corrections 2015-10-05 00:27:34 +06:00
Lexer.hs Add #if for bool in tests 2015-10-03 17:00:29 +02:00
Main.hs renamed ‘Text.Megaparsec.Token’ module 2015-08-30 16:00:07 +06:00
Perm.hs Add #if for bool in tests 2015-10-03 17:00:29 +02:00
Pos.hs made format of error messages conventional 2015-10-14 17:48:44 +06:00
Prim.hs Add #if for bool in tests 2015-10-03 17:00:29 +02:00
Util.hs fixed test for ‘Text.Megaparsec.Char.string'’ 2015-10-05 00:10:59 +06:00