configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/file9.templateml
changeset 4 0951727b8815
equal deleted inserted replaced
3:e7e0ae78773e 4:0951727b8815
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <templateml xmlns="http://www.s60.com/xml/templateml/1" xmlns:xi="http://www.w3.org/2001/XInclude">
       
     3     <desc>Description field text</desc>
       
     4 
       
     5     <output file="test9a.txt" encoding="UTF-8" dir="output">
       
     6         <template>3 + 4 = {{ 3|sumfunc(4) }}</template>
       
     7         <filters file="../../filters/test_filter4.py"/>
       
     8     </output>
       
     9 
       
    10     <output file="test9b.txt" encoding="UTF-8" dir="output">
       
    11         <!-- This should produce TemplateAssertionError -->
       
    12         <template>3 ** 4 = {{ 3|powfunc(4) }}</template>
       
    13     </output>
       
    14 </templateml>