annotate tests/cantSql.ur @ 1731:27e731a65934

Include JavaScript files properly in error handler pages
author Adam Chlipala <adam@chlipala.net>
date Sat, 28 Apr 2012 12:00:35 -0400
parents 218e2a9a53d0
children
rev   line source
adam@1623 1 datatype foo = Bar of int
adam@1623 2
adam@1623 3 table bad : { A : foo, B : { X : float } }