aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
commit3316f3c317e587a5fc2ecf38f061a72b48e3b94e (patch)
treefae8c92c195e5f7976352a337017d285e729f859 /tests
parent7281dbb2fc2a5f50c1049bad629f330e2ff3f7ca (diff)
Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Diffstat (limited to 'tests')
-rw-r--r--tests/attrs.lac2
-rw-r--r--tests/attrs_escape.lac2
-rw-r--r--tests/html_fn.lac2
3 files changed, 0 insertions, 6 deletions
diff --git a/tests/attrs.lac b/tests/attrs.lac
index 940971d4..ffc52c67 100644
--- a/tests/attrs.lac
+++ b/tests/attrs.lac
@@ -1,5 +1,3 @@
val main = fn () => <html><body>
<font size=42 face="awesome">Welcome</font>
</body></html>
-
-page main
diff --git a/tests/attrs_escape.lac b/tests/attrs_escape.lac
index 2194ce09..12de101e 100644
--- a/tests/attrs_escape.lac
+++ b/tests/attrs_escape.lac
@@ -2,5 +2,3 @@ val main = fn () => <html><body>
<font face="\"Well hey\"
Wow">Welcome</font>
</body></html>
-
-page main
diff --git a/tests/html_fn.lac b/tests/html_fn.lac
index c4f0cb1d..9b81b73d 100644
--- a/tests/html_fn.lac
+++ b/tests/html_fn.lac
@@ -7,5 +7,3 @@ val main = fn () => <html>
<b>Hello</b> <i>World</i>!
</body>
</html>
-
-page main