summaryrefslogtreecommitdiff
path: root/tests/activeEmpty.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/activeEmpty.ur')
-rw-r--r--tests/activeEmpty.ur5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/activeEmpty.ur b/tests/activeEmpty.ur
new file mode 100644
index 0000000..4c08989
--- /dev/null
+++ b/tests/activeEmpty.ur
@@ -0,0 +1,5 @@
+fun main () : transaction page = return <xml><body>
+ <active code={alert "Howdy, neighbor!"; return <xml/>}/>
+ <hr/>
+ <active code={return <xml>This one <b>ain't</b> empty.</xml>}/>
+</body></xml>