summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-22 19:12:25 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-22 19:12:25 -0400
commitf19ae3bb20fa0c60e737606949b2bec6e3ae04f9 (patch)
tree5668b1cb95b5d999052b7a797ac4112fab8afdf7 /tests
parent6c5b16aa47eeb84d5f6ee9fc6cb265424e63f74c (diff)
gform in proper order
Diffstat (limited to 'tests')
-rw-r--r--tests/gform.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gform.lac b/tests/gform.lac
index 4ce75e3e..f9b028fa 100644
--- a/tests/gform.lac
+++ b/tests/gform.lac
@@ -23,7 +23,7 @@ functor F (M : S) : S' where con rs = M.rs = struct
{fold [fn rs :: {Unit} => xml lform [] (stringify rs)]
(fn nm :: Name => fn u :: Unit => fn rest :: {Unit} =>
fn frag : xml lform [] (stringify rest) =>
- <lform><li>{frag} <textbox{nm}/></li></lform>)
+ <lform><li> <textbox{nm}/></li> {useMore frag}</lform>)
<lform></lform>
[rs]}