diff options
author | Nadrieril | 2020-02-21 14:12:00 +0000 |
---|---|---|
committer | Nadrieril | 2020-02-21 14:12:00 +0000 |
commit | c09a2e3beb67aff520fd1d94f8d5069c1b7dfbf1 (patch) | |
tree | 5f349fc339a82bb15c83c680ef1cb528755e288b /dhall/tests/parser/failure/unit | |
parent | 92b5604c1049a771239a70ab14c393e8e1807c68 (diff) |
Oops
Diffstat (limited to 'dhall/tests/parser/failure/unit')
-rw-r--r-- | dhall/tests/parser/failure/unit/UsingToMap.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dhall/tests/parser/failure/unit/UsingToMap.txt b/dhall/tests/parser/failure/unit/UsingToMap.txt new file mode 100644 index 0000000..f6ab2a5 --- /dev/null +++ b/dhall/tests/parser/failure/unit/UsingToMap.txt @@ -0,0 +1,6 @@ + --> 8:20 + | +8 | https://example.com using toMap { Foo = "Bar" }␊ + | ^--- + | + = expected path |