Mercurial > urweb
view tests/ahead.ur @ 2204:01c8aceac480
Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 27 May 2014 21:14:13 -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>