aboutsummaryrefslogtreecommitdiff
path: root/lux-r/source/test/program.lux
diff options
context:
space:
mode:
authorEduardo Julian2022-06-01 21:52:34 -0400
committerEduardo Julian2022-06-01 21:52:34 -0400
commit5d44577c3849a045052dc1c9f0dd7deddd032120 (patch)
treeb0e00801734720e9f985c7dfa239aaa0bdea7bcd /lux-r/source/test/program.lux
parent659537b4ec859f1e705cdd1f82da29ab1a662d94 (diff)
Extensible import syntax: Part 1
Diffstat (limited to 'lux-r/source/test/program.lux')
-rw-r--r--lux-r/source/test/program.lux20
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