summaryrefslogtreecommitdiff
path: root/dhall/tests/parser/failure (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-25spec: allow trailing delimitersNadrieril4-0/+24
2020-06-25spec: support Dhall v17.0.0Nadrieril15-0/+90
2020-06-25spec!: remove the ability to quote paths in URLsNadrieril1-0/+6
2020-06-25spec: ensure `keyword` rule only matches keywordsNadrieril10-10/+10
2020-06-25spec: not all ABNF parsers like empty rulesNadrieril1-1/+1
2020-06-25spec: fix precedence of `===` and `with`Nadrieril3-0/+18
2020-03-20Parse RFC3986 URLsNadrieril2-4/+4
2020-03-12Upstream the `with` grammar tweakNadrieril2-2/+2
2020-03-11Implement record punsNadrieril2-1/+7
2020-03-10Upstream all local testsNadrieril1-1/+0
2020-03-10Add support for `with` keywordNadrieril2-2/+2
2020-03-05Update dhall-lang submoduleNadrieril3-3/+15
2020-03-05Add a bunch of testsNadrieril1-0/+1
2020-02-21OopsNadrieril1-0/+6
2020-02-20Add support for dotted field syntaxNadrieril2-2/+2
2020-02-20Disallow Natural literals with leading zerosNadrieril1-0/+6
2020-02-20Add support for duplicate record fieldsNadrieril2-4/+4
2020-02-09Track error output of parsing and binary decoding testsNadrieril52-0/+307