summaryrefslogtreecommitdiff
path: root/dhall/tests/type-inference/success/CacheImportsA.dhall
blob: 7180b1993fb96fd21a04391e5d1d6259221e0978 (plain)
1
2
3
4
5
6
{-
    This URL returns (probably) a different result for each request. This test
    ensures that import results for a given URL are correctly cached within an
    execution of dhall.
-}
let _ = assert : https://csrng.net/csrng/csrng.php?min=0&max=1000 as Text === https://csrng.net/csrng/csrng.php?min=0&max=1000 as Text in 0