diff options
author | Eduardo Julian | 2022-06-01 21:52:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-01 21:52:34 -0400 |
commit | 5d44577c3849a045052dc1c9f0dd7deddd032120 (patch) | |
tree | b0e00801734720e9f985c7dfa239aaa0bdea7bcd /lux-r/source/test | |
parent | 659537b4ec859f1e705cdd1f82da29ab1a662d94 (diff) |
Extensible import syntax: Part 1
Diffstat (limited to 'lux-r/source/test')
-rw-r--r-- | lux-r/source/test/program.lux | 20 |
1 files changed, 10 insertions, 10 deletions
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 |