diff options
Diffstat (limited to 'tests/comment.ur')
-rw-r--r-- | tests/comment.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/comment.ur b/tests/comment.ur index e69de29b..975fc277 100644 --- a/tests/comment.ur +++ b/tests/comment.ur @@ -0,0 +1 @@ +fun main () : transaction page = return <xml>Hi</xml> |