diff options
author | Nadrieril | 2020-12-06 17:47:32 +0000 |
---|---|---|
committer | Nadrieril | 2020-12-06 17:57:51 +0000 |
commit | 6eb3612345c34e67acdc71662ea94f0952a48fd9 (patch) | |
tree | 6683139c30ecba7b0875669b81472ae375eb1477 /dhall/tests/import/success | |
parent | 66dcbc5a6142693e79f89a837a3145ac6f810d3c (diff) |
An import location is not independent from the import mode
Diffstat (limited to 'dhall/tests/import/success')
-rw-r--r-- | dhall/tests/import/success/unit/MixImportModesB.dhall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhall/tests/import/success/unit/MixImportModesB.dhall b/dhall/tests/import/success/unit/MixImportModesB.dhall index a4e02f5..430e0bc 100644 --- a/dhall/tests/import/success/unit/MixImportModesB.dhall +++ b/dhall/tests/import/success/unit/MixImportModesB.dhall @@ -1 +1 @@ -{ loc = < Environment: Text | Local: Text | Missing | Remote: Text >.Local "./dhall/tests/import/data/simple.dhall", n = < Environment: Text | Local: Text | Missing | Remote: Text >.Local "./dhall/tests/import/data/simple.dhall", txt = < Environment: Text | Local: Text | Missing | Remote: Text >.Local "./dhall/tests/import/data/simple.dhall" } +{ loc = < Environment: Text | Local: Text | Missing | Remote: Text >.Local "./dhall/tests/import/data/simple.dhall", n = 3, txt = "3\n" } |