summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/form.lac6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/form.lac b/tests/form.lac
new file mode 100644
index 00000000..790dea2a
--- /dev/null
+++ b/tests/form.lac
@@ -0,0 +1,6 @@
+val main : unit -> page = fn () => <html><body>
+ <lform>
+ Name: <textbox{#Nam} /><br/>
+ Color: <textbox{#Color} /><br/>
+ </lform>
+</body></html>