aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-30 16:25:27 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-30 16:25:27 -0400
commitdb2f1f208afef9110d8a5796a2325928a92b62cc (patch)
treed2d165bc47e37dc4a4ea786b7e9289ad4002da20 /tests
parent9977c20208ec6afcc1f9d97f145fa93d948bfa07 (diff)
Lexing character entities
Diffstat (limited to 'tests')
-rw-r--r--tests/ent.ur3
-rw-r--r--tests/ent.urp3
-rw-r--r--tests/ent.urs1
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/ent.ur b/tests/ent.ur
new file mode 100644
index 00000000..fa01e8cf
--- /dev/null
+++ b/tests/ent.ur
@@ -0,0 +1,3 @@
+fun main () = return <xml><body>
+ &lt;Whoa-hoa!&gt; A&#66;CD!
+</body></xml>
diff --git a/tests/ent.urp b/tests/ent.urp
new file mode 100644
index 00000000..f63d1159
--- /dev/null
+++ b/tests/ent.urp
@@ -0,0 +1,3 @@
+debug
+
+ent
diff --git a/tests/ent.urs b/tests/ent.urs
new file mode 100644
index 00000000..6ac44e0b
--- /dev/null
+++ b/tests/ent.urs
@@ -0,0 +1 @@
+val main : unit -> transaction page