From bfacc0c96e56eedf788aba44bd8ad2848a35c390 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 16 Jul 2021 02:23:00 -0400 Subject: Fixed some inconsistent naming. --- stdlib/source/test/aedifex/artifact/extension.lux | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'stdlib/source/test/aedifex/artifact/extension.lux') diff --git a/stdlib/source/test/aedifex/artifact/extension.lux b/stdlib/source/test/aedifex/artifact/extension.lux index fd28c5d92..b8a2144aa 100644 --- a/stdlib/source/test/aedifex/artifact/extension.lux +++ b/stdlib/source/test/aedifex/artifact/extension.lux @@ -29,10 +29,12 @@ uniques (set.from_list text.hash options)] (n.= (list.size options) (set.size uniques)))) - (_.cover [/.extension] + (_.cover [/.extension /.type] (`` (and (~~ (template [ ] - [(text\= - (/.extension ))] + [(and (text\= + (/.extension )) + (text\= + (/.type (/.extension ))))] [//.lux_library /.lux_library] [//.jvm_library /.jvm_library] -- cgit v1.2.3