Close #98: copy license file to icon collection.

This commit is contained in:
Sergey Vartanov 2022-02-24 00:50:43 +03:00
parent 968addff4b
commit 1f4fb66c85
6 changed files with 36 additions and 15 deletions

View file

@ -18,7 +18,8 @@ def test_mapcss() -> None:
selector = writer.add_selector("node", matcher)
assert (
selector
== """node[natural="tree"] {
== """\
node[natural="tree"] {
icon-image: "icons/tree.svg";
}
"""