Changes between Initial Version and Version 2 of Ticket #17358


Ignore:
Timestamp:
2019-02-20T16:10:35+01:00 (5 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17358 – Description

    initial v2  
    11Between 14460 and 14469, regular expressions for keys in the validator stopped working. Given simple data like (the only part used for the example tests is "name=Test St"):
    22{{{
     3#!xml
    34<?xml version='1.0' encoding='UTF-8'?>
    45<osm version='0.6' generator='JOSM'>
     
    1617A selector like `[/^name/]` has stopped working:
    1718{{{
     19#!rule
    1820*[name=~/Test/]{
    1921  throwWarning: "Value match";