diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-01-12 11:07:39 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-01-12 11:07:39 -0500 |
commit | a91077596a525b0456a2c234df4a7b0cd1c6ff9f (patch) | |
tree | e3f2eab582c8634cefeb2698d79930f02115505e /tests | |
parent | b7b292f806c4e26b23ede86c5ee3167f62148867 (diff) |
-path and -root command-line flags
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 |