aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/test/lux/world/net/http/response.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/test/lux/world/net/http/response.lux')
-rw-r--r--stdlib/source/test/lux/world/net/http/response.lux11
1 files changed, 6 insertions, 5 deletions
diff --git a/stdlib/source/test/lux/world/net/http/response.lux b/stdlib/source/test/lux/world/net/http/response.lux
index 4e4e0baac..d25d3ce7f 100644
--- a/stdlib/source/test/lux/world/net/http/response.lux
+++ b/stdlib/source/test/lux/world/net/http/response.lux
@@ -17,17 +17,18 @@
[encoding
["[0]" utf8 (.use "[1]#[0]" codec)]]]
[format
- ["[0]" html]
- ["[0]" css (.only)
- ["[0]" selector]
- ["[0]" property]
- ["[0]" value]]
["[0]" json (.use "[1]#[0]" codec)
["[1]T" \\test]]]]
[math
["[0]" random (.only Random)]
[number
["n" nat]]]
+ [web
+ ["[0]" html]
+ ["[0]" css (.only)
+ ["[0]" selector]
+ ["[0]" property]
+ ["[0]" value]]]
[test
["_" property (.only Test)]
["[0]" unit]]]]