dhall-haskell/dhall/tests/Dhall/Test
Gabriel Gonzalez 7d01d4685a Fix parsing of variables with keyword prefixes (#1584)
* Fix parsing of variables with keyword prefixes

Fixes https://github.com/dhall-lang/dhall-haskell/issues/1583

Note that one prefix is not yet supported: `missing`, since fixing that is
not easy for the current parsing implementation (as far as I can tell).

* Add regression test

... as suggested by @sjakobi

I'm not upstreaming this into the standard test suite yet because the
current parser cannot handle `missing`, which would be necessary to
generate the corresponding CBOR
2019-12-03 02:13:06 +00:00
..
Dhall.hs Rename Type to Decoder, InputType to Encoder (#1485) 2019-10-30 14:24:15 +01:00
Diff.hs Format more text literals as multi-line strings (#1508) 2019-11-04 03:31:49 +00:00
Format.hs Format more text literals as multi-line strings (#1508) 2019-11-04 03:31:49 +00:00
Import.hs Fix tests without `with-http` flag (#1159) 2019-07-27 02:59:25 +00:00
Lint.hs 100% haddock coverage (#1416) 2019-10-13 22:22:39 -07:00
Main.hs Use a more conventional spelling for "etags", mostly just use "tags" (#1432) 2019-10-19 01:59:29 +00:00
Normalization.hs dhall:tasty: s/skip/expectedFailures (#1438) 2019-10-18 23:22:44 +00:00
Parser.hs Partially fix whitespace parsing performance regression (#1512) 2019-11-04 02:12:02 +00:00
QuickCheck.hs Improve encoding/decoding speed (#1500) 2019-10-31 20:05:22 -07:00
Regression.hs Fix parsing of variables with keyword prefixes (#1584) 2019-12-03 02:13:06 +00:00
SemanticHash.hs Remove most uses of `StandardVersion` from the API (#1169) 2019-07-31 01:49:53 +00:00
Tags.hs Use a more conventional spelling for "etags", mostly just use "tags" (#1432) 2019-10-19 01:59:29 +00:00
Tutorial.hs Rename Interpret to FromDhall, Inject to ToDhall (#1437) 2019-10-19 03:24:49 +00:00
TypeInference.hs dhall:tasty: s/skip/expectedFailures (#1438) 2019-10-18 23:22:44 +00:00
Util.hs dhall:tasty: s/skip/expectedFailures (#1438) 2019-10-18 23:22:44 +00:00