aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/debug.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/debug.lux')
-rw-r--r--stdlib/source/test/lux/debug.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/debug.lux b/stdlib/source/test/lux/debug.lux
index d85343bc9..245f5bdba 100644
--- a/stdlib/source/test/lux/debug.lux
+++ b/stdlib/source/test/lux/debug.lux
@@ -17,13 +17,14 @@
[json (.only JSON)]
[xml (.only XML)]]]
["[0]" macro (.only)
- [syntax (.only syntax)]
- ["[0]" code (.only)
- ["<[1]>" \\parser]]]
+ [syntax (.only syntax)]]
[math
["[0]" random (.only Random)]
[number
[ratio (.only Ratio)]]]
+ [meta
+ ["[0]" code (.only)
+ ["<[1]>" \\parser]]]
[time (.only Time)
[instant (.only Instant)]
[date (.only Date)]
@@ -37,12 +38,11 @@
[format
["[1][0]" json]
["[1][0]" xml]]]
- [macro
- ["[1][0]" code]]
[math
[number
["[1][0]" ratio]]]
[meta
+ ["[1][0]" code]
["[1][0]" location]
["[1][0]" symbol]
["[1][0]" type]]])