Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Chameleon / src / chameleon / tests / inputs / 049-entities-in-attributes.pt
Size: Mime:
<html>
  <body>
    <pre tal:content="string:amp=&amp;amp; lt=&amp;lt;"  />
    <pre tal:content="structure string:amp=&amp;amp; lt=&amp;lt;"  />
    <script tal:replace="structure string:&lt;script /&gt;" />
    <script tal:replace="string:&lt;script /&gt;" />
    <script tal:replace="string:${'&lt;'}script /${'&gt;'}" />
    <script tal:replace="structure string:${'&lt;'}script /${'&gt;'}" />
    <img alt="1 &lt; 2: ${1 &lt; 2}" />
  </body>
</html>