summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 10:08:11 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 10:08:11 -0400
commit30eeaff2c92fb1d0ba029a7688fc7b547a60c150 (patch)
treea661373caf0683dea44543b9997278159a574d1b /tests
parent17cb59d373d1a94731d3730b938776b524d9f81c (diff)
style declarations
Diffstat (limited to 'tests')
-rw-r--r--tests/style.ur6
-rw-r--r--tests/style.urp3
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/style.ur b/tests/style.ur
new file mode 100644
index 00000000..f622ecfd
--- /dev/null
+++ b/tests/style.ur
@@ -0,0 +1,6 @@
+style q : []
+style r : [Table, List]
+
+fun main () : transaction page = return <xml><body>
+ Hi.
+</body></xml>
diff --git a/tests/style.urp b/tests/style.urp
new file mode 100644
index 00000000..fdb25a8b
--- /dev/null
+++ b/tests/style.urp
@@ -0,0 +1,3 @@
+debug
+
+style