Changeset 17920 in josm for trunk/test/unit
- Timestamp:
- 2021-06-02T22:40:30+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParserTest.java
r17916 r17920 615 615 "null1: tag(x1) + tag(x2);" + 616 616 "null2: 3 + tag(does_not_exist) + 5;" + 617 "rounding: concat(\"ele=\", round(tag(\"ele\")*100)/100);" +618 617 "}"); 619 618 source.loadStyleSource(); … … 629 628 assertNull(mc.getCascade(null).get("null1")); 630 629 assertEquals(8.0, mc.getCascade(null).get("null2")); 631 assertEquals(8.0, mc.getCascade(null).get("rounding"));632 630 } 633 631
Note:
See TracChangeset
for help on using the changeset viewer.