mapbox / carto

fast CSS-like map stylesheets
https://cartocss.readthedocs.io/
Apache License 2.0
652 stars 129 forks source link

Fix and add tests for Rule#toString #510

Closed hiddewie closed 3 years ago

hiddewie commented 3 years ago

Fixes #503

The toString method was not called on a Zoom object but on the prototype.

Added test for two scenarios for toString of a Rule.

coveralls commented 3 years ago

Coverage Status

Coverage increased (+0.05%) to 89.532% when pulling 302d22660c13e55b685fd2f268dd912b30bcd1b3 on hiddewie:fix-503 into 57e291e065ae39d74e2ec3473780f220776c0d6b on mapbox:master.

gravitystorm commented 3 years ago

Great, thanks @hiddewie !