diff options
author | Nadrieril | 2020-03-20 11:09:51 +0000 |
---|---|---|
committer | Nadrieril | 2020-03-20 11:11:06 +0000 |
commit | 159b2ccede0d5559fe3ff9681ccfff314e608b35 (patch) | |
tree | 33ed2e15ea5c4873f31b953760b494569ae3b9a7 /dhall/tests/parser/failure/unit | |
parent | cf91173c6e9f57dc9e9dbd9a34dca28d093fa7d9 (diff) |
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 |