Blame view

test/data/DataBaseParameters/expression_logical_1.xml 193 Bytes
afce918f   Benjamin Renard   Add test/data
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<param xml:id='expression_logical_1'>
  <get>
    <amdaParam name='dst'/>
  </get>
  <process description="dst&gt;-7">greater_than($dst,-7)</process>
  <output/>
</param>