Closed tadatuta closed 8 years ago
are you sure about your test cases? seems like any block('b2').mix()...
doesn't work for { block: 'b1', mix: { block: 'b2' } }
@veged that's another issue which is filed here.
I wanted to show that when you try to mix same block with modifier in BEMHTML, the result is different from modifier of any other block.
I just try to reproduce and fail with it. Could you please add tests to https://github.com/bem/bem-core/tree/v2/common.blocks/i-bem/i-bem.test.bemhtml ?
@veged I think you weren't able to reproduce because of this bug https://github.com/bem/bem-core/issues/873
is it still relevant and not fixed in bem-xjst?
Closing in favour of https://github.com/bem/bem-xjst/issues/241
bemjson:
Case 1 bemhtml:
the result will have
b3_m1_v1
.Case 2 bemhtml:
the result won't have
b1_m1_v1
.