aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/attrMangle.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/attrMangle.ur')
-rw-r--r--tests/attrMangle.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/attrMangle.ur b/tests/attrMangle.ur
new file mode 100644
index 00000000..6efb0513
--- /dev/null
+++ b/tests/attrMangle.ur
@@ -0,0 +1,5 @@
+open Goofy
+
+fun main () : transaction page = return <xml><body>
+ <goofy name="beppo" data-role="excellence"/>
+</body></xml>