angular_analyzer_plugin
angular_analyzer_plugin copied to clipboard
Parse selector ignores trailing error code
This selector doesn't report any errors: foo+, while this one: foo+bar does.
I think its because the mini tokenizer in the selector reports + as an error only when it sees it skip from foo to bar. Without a valid token to skip to after foo+, it won't see that content was skipped and won't report it.