Comment 23 for bug 1034928

Revision history for this message
Sebastien Bacher (seb128) wrote :

corresponding upstream bug:

"just for references:

For the AND operator:

<match>
  <test name="object".../test>
  <test name="object".../test>
  <edit.../edit>
</match>

For the OR operator:
<match>
  <test name="object".../test>
  <edit.../edit>
</match>
<match>
  <test name="object".../test>
  <edit.../edit>
</match>

the above should works."