summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 15:49:14 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 15:49:14 -0400
commit0e95aa2c802d0a4fa54ebf985133eb2584a1d9ba (patch)
treef8d063fc040cfc82b2b55093ef6053799b1c0a97 /tests
parent0c1f369955bcdfe949bb6793812ef8ead2963228 (diff)
More with attributes and efficient serialization
Diffstat (limited to 'tests')
-rw-r--r--tests/attrs_escape.lac6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/attrs_escape.lac b/tests/attrs_escape.lac
new file mode 100644
index 00000000..2194ce09
--- /dev/null
+++ b/tests/attrs_escape.lac
@@ -0,0 +1,6 @@
+val main = fn () => <html><body>
+ <font face="\"Well hey\"
+Wow">Welcome</font>
+</body></html>
+
+page main