From bc0d2da7a08e6c1b367a8d664d2958dfcdf7b98e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 30 Aug 2017 20:38:59 -0400 Subject: - Added HTML-generation module. - Added CSS-generation module. --- stdlib/test/tests.lux | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'stdlib/test/tests.lux') diff --git a/stdlib/test/tests.lux b/stdlib/test/tests.lux index 2f1da760f..ee503c94c 100644 --- a/stdlib/test/tests.lux +++ b/stdlib/test/tests.lux @@ -37,6 +37,7 @@ ["_;" sum] ["_;" text] ["_;" lazy] + ["_;" color] (number ["_;" ratio] ["_;" complex]) (format ["_;" json] @@ -69,6 +70,8 @@ (type ["_;" check] ["_;" auto] ["_;" object]) + (world ["_;" blob] + ["_;" fs]) )) (lux (control [contract] [concatenative]) @@ -76,12 +79,15 @@ (data [env] [trace] [store] - [tainted]) + [tainted] + (format [context] + [html] + [css])) [macro] (math [random]) - (type [unit])) + (type [unit]) + [world/env]) ) -## [Program] (program: args (test;run)) -- cgit v1.2.3