annotate tests/char.ur @ 1463:607657eb2865

Properly handle form textboxes that have sources
author Adam Chlipala <adam@chlipala.net>
date Sun, 29 May 2011 12:44:31 -0400
parents 395a5d450cc0
children
rev   line source
adamc@821 1 fun main () =
adamc@821 2 case #"A" of
adamc@821 3 #"B" => return <xml/>
adamc@821 4 | _ => return <xml>A!</xml>