Commit df52f337 authored by Guido van Rossum's avatar Guido van Rossum

Test creation of new attributes from tal:attributes

parent 45c3d978
......@@ -46,6 +46,7 @@
</ul>
<a href="http://python.org" z:attributes="href python:'http://python.org' ">python</a>
<a z:attributes="href python:'http://python.org' " href="http://python.org">python</a>
</body>
......
......@@ -38,6 +38,7 @@ Title">Title</h1>
</ul>
<a href="foo" z:attributes="href python:'http://python.org' ">python</a>
<a z:attributes="href python:'http://python.org' ">python</a>
</body>
......
......@@ -46,6 +46,7 @@
</ul>
<a href="http://python.org" z:attributes="href python:'http://python.org' ">python</a>
<a z:attributes="href python:'http://python.org' " href="http://python.org">python</a>
</body>
......
......@@ -38,6 +38,7 @@ Title">Title</h1>
</ul>
<a href="foo" z:attributes="href python:'http://python.org' ">python</a>
<a z:attributes="href python:'http://python.org' ">python</a>
</body>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment