diff options
Diffstat (limited to 'stdlib/source/test/lux/data/format/tar.lux')
-rw-r--r-- | stdlib/source/test/lux/data/format/tar.lux | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/test/lux/data/format/tar.lux b/stdlib/source/test/lux/data/format/tar.lux index 4681f3822..33487622a 100644 --- a/stdlib/source/test/lux/data/format/tar.lux +++ b/stdlib/source/test/lux/data/format/tar.lux @@ -167,7 +167,7 @@ text.together (at utf8.codec encoded))]] (`` (all _.and - (~~ (template [<type> <tag>] + (~~ (with_template [<type> <tag>] [(_.coverage [<type>] (|> (do try.monad [expected_path (/.path expected_path) @@ -188,7 +188,7 @@ )) (_.for [/.File /.Content /.content /.data] (all _.and - (~~ (template [<type> <tag>] + (~~ (with_template [<type> <tag>] [(_.coverage [<type>] (|> (do try.monad [expected_path (/.path expected_path) @@ -269,7 +269,7 @@ _ false))) (try.else false))) - (~~ (template [<expected_mode>] + (~~ (with_template [<expected_mode>] [(_.coverage [<expected_mode>] (|> (do try.monad [path (/.path path) |