Zverik / Level0

Web-based OpenStreetMap Editor
http://level0.osmz.ru
Do What The F*ck You Want To Public License
53 stars 14 forks source link

Escaping '=' seems not to work #8

Closed Zverik closed 10 years ago

Zverik commented 10 years ago
node
foo\=bar\=baz
foo\ = bar\=baz
foo\=bar\ = baz

should evaluate to three different keys, but the first one is split at the last =.

Also, screening backslashes are not removed.