Closed rwjblue closed 8 years ago
The EventedTokenizer only invokes the beginComment and beginAttribute methods after it has consumed the identifying chars.
beginComment
beginAttribute
Fixes https://github.com/rwjblue/ember-cli-template-lint/issues/89.
Also fixed in Glimmer here: https://github.com/tildeio/glimmer/pull/163
The EventedTokenizer only invokes the
beginComment
andbeginAttribute
methods after it has consumed the identifying chars.Fixes https://github.com/rwjblue/ember-cli-template-lint/issues/89.