view tests/arel.ur @ 2135:a159625975a7

Allow file directives to contain slashes Previously, adding a line such as "file /c/foo.css css/foo.css" would cause the compiler to raise an InvalidArc exception.
author Julian Squires <julian@cipht.net>
date Fri, 24 Apr 2015 07:51:47 -0400
parents a3d795fbecb9
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <a link={main ()} rel="whoKnows">Here</a>
</body></xml>