summaryrefslogtreecommitdiff
path: root/tests/vlad1.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-11-25 09:30:44 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-11-25 09:30:44 -0500
commit74dcd6dc2c73c289230206f4a648fe4a1f44d06d (patch)
tree641712647ec034d3c33544d8d6b5d2103e028e22 /tests/vlad1.ur
parent13d3b41094079577a858394088ddbf74e56c780d (diff)
Add 'id' attributes and <label>
Diffstat (limited to 'tests/vlad1.ur')
-rw-r--r--tests/vlad1.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/vlad1.ur b/tests/vlad1.ur
new file mode 100644
index 00000000..4576f488
--- /dev/null
+++ b/tests/vlad1.ur
@@ -0,0 +1,5 @@
+fun row (label : string) : xbody = <xml>
+ {[label]}
+</xml>
+fun main () = return (row "asdf")
+