diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/paths.urp | 4 | ||||
-rw-r--r-- | tests/paths1.ur | 1 | ||||
-rw-r--r-- | tests/paths2.ur | 1 | ||||
-rw-r--r-- | tests/paths2.urs | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/tests/paths.urp b/tests/paths.urp new file mode 100644 index 00000000..7f3f6f0b --- /dev/null +++ b/tests/paths.urp @@ -0,0 +1,4 @@ +debug + +$TESTS/paths1 +paths2 diff --git a/tests/paths1.ur b/tests/paths1.ur new file mode 100644 index 00000000..cf06999f --- /dev/null +++ b/tests/paths1.ur @@ -0,0 +1 @@ +val it = 1 diff --git a/tests/paths2.ur b/tests/paths2.ur new file mode 100644 index 00000000..cdff1149 --- /dev/null +++ b/tests/paths2.ur @@ -0,0 +1 @@ +val main = return <xml>{[Tests.Paths1.it]}</xml> diff --git a/tests/paths2.urs b/tests/paths2.urs new file mode 100644 index 00000000..61778b87 --- /dev/null +++ b/tests/paths2.urs @@ -0,0 +1 @@ +val main : transaction page |