Mercurial > urweb
view tests/hyphenate.ur @ 1918:c3c84fd38815
Postgres: remove DML error code logging and (hopefully) fix the real problem, not checking for concurrency faults on SELECTs
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 29 Nov 2013 08:12:57 -0500 |
parents | 675ce534e3ec |
children |
line wrap: on
line source
style extra_special style somewhat_special fun main () : transaction page = return <xml><body> <span class={extra_special}>Test</span> <span class={somewhat_special}>Test</span> </body></xml>