summaryrefslogtreecommitdiff
path: root/tests/show.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/show.ur')
-rw-r--r--tests/show.ur6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/show.ur b/tests/show.ur
deleted file mode 100644
index 6a22fe64..00000000
--- a/tests/show.ur
+++ /dev/null
@@ -1,6 +0,0 @@
-fun main () : transaction page = return <html><body>
- 6 = {cdata (show _ 6)}<br/>
- 12.34 = {cdata (show _ 12.34)}<br/>
- Hi = {cdata (show _ "Hi")}<br/>
- False = {cdata (show _ False)}<br/>
-</body></html>