Changes between Initial Version and Version 1 of Ticket #23621, comment 2


Ignore:
Timestamp:
2024-04-20T13:08:31+02:00 (15 months ago)
Author:
Famlam

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23621, comment 2

    initial v1  
    77  assertMatch: "node natural=tree circumference=82.4";
    88  assertNoMatch: "node natural=tree circumference=18.4";
    9   assertNoMatch: "node natural=tree circumference=100 cm";
     9  assertNoMatch: "node natural=tree circumference=\"100 cm\"";
    1010  assertNoMatch: "node natural=tree circumference=43"; /* Current world record */
    1111}
    1212}}}
    1313
    14 Or, if you also want to include the (negligible) amount of trees with `m`-units explicitly specified:
     14Or, if you also want to include the 2 trees worldwide with `m`-units explicitly specified:
    1515{{{
    1616#!mapcss
     
    2020  assertMatch: "node natural=tree circumference=\"82.4 m\"";
    2121  assertNoMatch: "node natural=tree circumference=18.4";
    22   assertNoMatch: "node natural=tree circumference=100 cm";
     22  assertNoMatch: "node natural=tree circumference=\"100 cm\"";
    2323  assertNoMatch: "node natural=tree circumference=43"; /* Current world record */
    2424}