/* see #9667 - Verify interpolation range/values
   Matches nodes with a decrease of addr:housenumber within addr:interpolation=even/odd.
*/
*[tag("addr:housenumber") > child_tag("addr:housenumber")][regexp_test("even|odd", parent_tag("addr:interpolation"))] + *[addr:housenumber] {
  throwWarning: tr("Decreasing house numbers in addresses interpolation");
}
