odoo/addons/web/static/lib/qweb/qweb-test-utf8tags.xml

9 lines
229 B
XML

<?xml version="1.0" encoding="utf-8"?>
<templates>
<t t-name="fixed-literal">
<Año t-att-falló="'agüero'"/>
</t>
<result id="fixed-literal"><![CDATA[<Año falló="agüero"></Año>]]></result>
</templates>