aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/attrs_escape.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/attrs_escape.lac')
-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