From 5d44577c3849a045052dc1c9f0dd7deddd032120 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 1 Jun 2022 21:52:34 -0400 Subject: Extensible import syntax: Part 1 --- lux-r/source/test/program.lux | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lux-r/source/test/program.lux') diff --git a/lux-r/source/test/program.lux b/lux-r/source/test/program.lux index 112225a56..1f9dcda44 100644 --- a/lux-r/source/test/program.lux +++ b/lux-r/source/test/program.lux @@ -1,14 +1,14 @@ (.using - [lux "*" - ["_" test {"+" Test}] - [control - ["[0]" io] - [parser - [cli {"+" program:}]]]] - [spec - ["[0]" compositor]] - [\\ - ["[0]" /]]) + [lux "*" + ["_" test (.only Test)] + [control + ["[0]" io] + [parser + [cli (.only program:)]]]] + [spec + ["[0]" compositor]] + [\\ + ["[0]" /]]) (program: args (<| io.io -- cgit v1.2.3