changeset 722:f06880c8bf68

Tiny increment to style test
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 14:21:19 -0400
parents 9864b64b1700
children 311ca1ae715d
files tests/style.ur
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/style.ur	Sun Apr 12 14:19:15 2009 -0400
+++ b/tests/style.ur	Sun Apr 12 14:21:19 2009 -0400
@@ -2,5 +2,5 @@
 style r
 
 fun main () : transaction page = return <xml><body>
-  Hi.  <span class={q}>And hi again!</span>
+  Hi.  <span class={q}>And hi <span class={r}>again</span>!</span>
 </body></xml>