diff options
author | Adam Chlipala <adam@chlipala.net> | 2013-08-09 16:13:44 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2013-08-09 16:13:44 -0400 |
commit | 7ae10a42f8539c5285fcd53a901ae8ef4ecdb8cf (patch) | |
tree | 9615a70ad05fea2d097618db0fbae1f7930bf06d /tests | |
parent | bdf86255666b015da22dbd7f4c96f54869608f22 (diff) |
Add 'rel' attribute to <a>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/arel.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/arel.ur b/tests/arel.ur new file mode 100644 index 00000000..5e181dea --- /dev/null +++ b/tests/arel.ur @@ -0,0 +1,3 @@ +fun main () : transaction page = return <xml><body> + <a link={main ()} rel="whoKnows">Here</a> +</body></xml> |