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 / 020-on-error.pt
Size: Mime:
<html>
  <body>
    <div id="test" tal:attributes="class python: 'abc' + 2" tal:on-error="nothing" />
    <div tal:on-error="string:${type(error.value).__name__} thrown at ${error.lineno}:${error.offset}.">
      <div tal:content="undefined" />
    </div>
    <div tal:replace="undefined" tal:on-error="nothing" />
    <div tal:content="undefined" tal:on-error="nothing" />
  </body>
</html>