summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-20 11:33:23 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-20 11:33:23 -0400
commit035e55c6c3d7d79a73f98e7d4c6a0e5e760c8cc8 (patch)
tree2e137813291731c3f2f934f012268b810cb8f766 /tests
parent0fe71710d474e4c93392ec9d2069ef36464fbfa0 (diff)
Initial form support
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>