Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps-normalize: elem normalization broken #49

Open
Yeti-or opened this issue Dec 15, 2015 · 1 comment
Open

deps-normalize: elem normalization broken #49

Yeti-or opened this issue Dec 15, 2015 · 1 comment
Labels

Comments

@Yeti-or
Copy link
Member

Yeti-or commented Dec 15, 2015

 n({block: 'bb', elem: ['a','b']})
[ { block: 'bb' },
  { elem: 'a', block: 'bb' },
  { elem: 'b', block: 'bb' } ]
@Yeti-or
Copy link
Member Author

Yeti-or commented Dec 15, 2015

must be no block in such case

@blond blond added the bug label May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants