diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-12 10:08:11 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-12 10:08:11 -0400 |
commit | 64f0edf6a5db26ed8f872e18a43416cce7fcbab8 (patch) | |
tree | a661373caf0683dea44543b9997278159a574d1b /tests/style.ur | |
parent | d7306dbac8ca9eecbba9d65379d225b5433b19fc (diff) |
style declarations
Diffstat (limited to 'tests/style.ur')
-rw-r--r-- | tests/style.ur | 6 |
1 files changed, 6 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> |