aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/command/test.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/program/aedifex/command/test.lux')
-rw-r--r--stdlib/source/program/aedifex/command/test.lux20
1 files changed, 10 insertions, 10 deletions
diff --git a/stdlib/source/program/aedifex/command/test.lux b/stdlib/source/program/aedifex/command/test.lux
index ae627bcb7..822cc874b 100644
--- a/stdlib/source/program/aedifex/command/test.lux
+++ b/stdlib/source/program/aedifex/command/test.lux
@@ -1,28 +1,28 @@
(.module:
[library
- [lux (#- Name)
+ [lux {"-" [Name]}
[abstract
- [monad (#+ do)]]
+ [monad {"+" [do]}]]
[control
[concurrency
- ["." async (#+ Async) ("#\." monad)]]]
+ ["." async {"+" [Async]} ("#\." monad)]]]
[math
[number
["i" int]]]
[world
- ["." program (#+ Program)]
+ ["." program {"+" [Program]}]
["." file]
- ["." shell (#+ Exit Shell)]
- ["." console (#+ Console)]]]]
- ["." // #_
+ ["." shell {"+" [Exit Shell]}]
+ ["." console {"+" [Console]}]]]]
+ ["." // "_"
["#." build]
- ["/#" // #_
+ ["/#" // "_"
["#" profile]
["#." action]
- ["#." command (#+ Command)]
+ ["#." command {"+" [Command]}]
["#." runtime]
[dependency
- [resolution (#+ Resolution)]]]])
+ [resolution {"+" [Resolution]}]]]])
(def: .public start "[TEST STARTED]")
(def: .public success "[TEST ENDED]")