summaryrefslogtreecommitdiff
path: root/dhall/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-28No need to escape underscores in pretty-printingNadrieril4-4/+4
2020-10-28fix: add missing testNadrieril1-0/+6
2020-10-25Implement Text/replaceBasile Henry1-1/+1
2020-10-25Disable With related testsBasile Henry1-1/+10
2020-09-14spec: Enable `with` optimizationsNadrieril6-5/+11
2020-06-25spec: allow trailing delimitersNadrieril24-0/+44
2020-06-25test: mark excluded tests as ignored instead of deleting themNadrieril1-11/+6
2020-06-25fix: always set XDG_CACHE_HOME in tests.Nadrieril1-10/+11
2020-06-25fix: exclude prelude test for nowNadrieril1-1/+3
2020-06-25fix: ignore a test on WindowsNadrieril1-0/+1
2020-06-25spec: support Dhall v17.0.0Nadrieril15-0/+90
2020-06-25spec!: remove Optional/build and Optional/foldNadrieril4-1/+25
2020-06-25chore: garbage collect removed testsNadrieril3-12/+0
2020-06-25spec!: remove the ability to quote paths in URLsNadrieril2-1/+7
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: allow quoted labels to be emptyNadrieril3-1/+3
2020-06-25spec: update encoding of floating point values to RFC7049bisNadrieril4-12/+6
2020-06-25spec: allow unions with mixed kindsNadrieril7-42/+0
2020-06-25spec: fix precedence of `===` and `with`Nadrieril7-0/+22
2020-06-25test: catch panics in test harnessNadrieril1-7/+21
2020-06-25ci: run tests on windowsNadrieril1-7/+26
2020-06-24test: use errors instead of panics to signify test failureNadrieril1-73/+83
2020-06-24refactor: remove old test harnessNadrieril1-5/+15
2020-06-24refactor: refactor spec tests a bitNadrieril1-189/+177
2020-06-24test: write custom test harness for testsNadrieril1-0/+686
2020-04-09Move Label escaping out of its Display implNadrieril2-0/+2
2020-04-07Move duplicate field checking to parserNadrieril14-41/+41
2020-04-05Check code hashes in importNadrieril1-0/+8
2020-03-31Ensure version numbers are kept in syncNadrieril1-0/+4
2020-03-31Upgrade annotate-snippets versionNadrieril111-111/+111
2020-03-20Remove more unnecessary parens in printerNadrieril17-17/+17
2020-03-20Commit output of printerNadrieril240-0/+240
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 testsNadrieril147-196/+0
2020-03-10Add support for `with` keywordNadrieril4-2/+10
2020-03-05Forgot to commit test outputNadrieril1-0/+1
2020-03-05Cache imports correctlyNadrieril1-1/+1
2020-03-05Implement remote imports and cleanup import chainingNadrieril2-0/+4
2020-03-05Implement remote `as Location` resolutionNadrieril21-5/+29
2020-03-05Implement `as Text` importsNadrieril4-1/+4
2020-03-05Implement `missing` and `env:VAR` importsNadrieril2-0/+2
2020-03-05Add a lot of import testsNadrieril51-0/+80
2020-03-05Run tests from repo root as specified in specNadrieril10-10/+10
2020-03-05Implement `as Location` importsNadrieril1-1/+1
2020-03-05Run tests from dhall dirNadrieril10-10/+10
2020-03-05Add a bunch of `as Location` unit testsNadrieril34-0/+48
2020-03-05Update dhall-lang submoduleNadrieril3-3/+15