diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-06-23 08:44:03 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-06-23 08:44:03 -0400 |
commit | 25f4cc36cfd766a9d5ca7e6572b291c23fd16c5d (patch) | |
tree | c8508b1281008d4b1a6229db3720e094b3e1615e /tests/showClass.ur | |
parent | 7d08ad55454bd7a09315027f6e8bda5ad09de826 (diff) |
'show' instance for 'css_class'
Diffstat (limited to 'tests/showClass.ur')
-rw-r--r-- | tests/showClass.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/showClass.ur b/tests/showClass.ur new file mode 100644 index 00000000..c8a4fb30 --- /dev/null +++ b/tests/showClass.ur @@ -0,0 +1,3 @@ +style test + +fun main () : transaction page = return <xml>{[test]}</xml> |