Mercurial > urweb
view tests/ahead.ur @ 2006:c3b03d099e04
Allow parens grouping joins in FROM clauses
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 29 Apr 2014 16:47:45 -0400 |
parents | 44f607a7f4cd |
children |
line wrap: on
line source
fun main () : transaction page = return <xml> <head> <script code={alert "Hi!"}/> </head> <body> <active code={alert "Bye!"; return <xml/>}/> </body> </xml>