diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vlad2.ur | 3 | ||||
-rw-r--r-- | tests/vlad2.urp | 2 | ||||
-rw-r--r-- | tests/vlad2.urs | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/vlad2.ur b/tests/vlad2.ur new file mode 100644 index 00000000..b4f573d2 --- /dev/null +++ b/tests/vlad2.ur @@ -0,0 +1,3 @@ +fun main () = return <xml><body><table> + <tr> <td align="right">#</td> <td>123</td> </tr> +</table></body></xml> diff --git a/tests/vlad2.urp b/tests/vlad2.urp new file mode 100644 index 00000000..c18469d1 --- /dev/null +++ b/tests/vlad2.urp @@ -0,0 +1,2 @@ + +vlad2 diff --git a/tests/vlad2.urs b/tests/vlad2.urs new file mode 100644 index 00000000..6ac44e0b --- /dev/null +++ b/tests/vlad2.urs @@ -0,0 +1 @@ +val main : unit -> transaction page |