diff options
author | Nadrieril Feneanar | 2020-03-20 11:26:41 +0000 |
---|---|---|
committer | GitHub | 2020-03-20 11:26:41 +0000 |
commit | 98b067309388d3f7c692dd82634e776113ea342b (patch) | |
tree | 33ed2e15ea5c4873f31b953760b494569ae3b9a7 /dhall/tests/parser/failure/unit | |
parent | cf91173c6e9f57dc9e9dbd9a34dca28d093fa7d9 (diff) | |
parent | 159b2ccede0d5559fe3ff9681ccfff314e608b35 (diff) |
Merge pull request #151 from Nadrieril/rfc-urls2
Parse RFC3986 URLs
Diffstat (limited to 'dhall/tests/parser/failure/unit')
-rw-r--r-- | dhall/tests/parser/failure/unit/UsingToMap.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dhall/tests/parser/failure/unit/UsingToMap.txt b/dhall/tests/parser/failure/unit/UsingToMap.txt index f6ab2a5..8b1a8aa 100644 --- a/dhall/tests/parser/failure/unit/UsingToMap.txt +++ b/dhall/tests/parser/failure/unit/UsingToMap.txt @@ -1,6 +1,6 @@ - --> 8:20 + --> 8:27 | 8 | https://example.com using toMap { Foo = "Bar" }␊ - | ^--- + | ^--- | - = expected path + = expected import_hashed or primitive_expression |