neuland/jade4j

Mixin Merge not working correct

chbloemer opened this issue · 1 comments

mixin foo
    p.bar&attributes(attributes)(class="baz") Four

+foo&attributes({"class": "hello"})

should output

<p class="bar baz hello">Four</p>

Added testcase issues/124.jade. Fixed in version 1.0.10