summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/success/CacheImportsCanonicalizeA.dhall
blob: e7f4dcdcafc2bd0849fac9d06a8470a7e21f3068 (plain)
1
2
3
4
5
{-
    This URL returns (probably) a different result for each request. This test
    ensures that import locations are canonicalized before being cached.
-}
let _ = assert : https://csrng.net/csrng/csrng.php?min=0&max=1000 as Text === https://csrng.net/csrng/../csrng/csrng.php?min=0&max=1000 as Text in 0