aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

Attributes without quotations are not reported as errors #127

Closed MeirionHughes closed 7 years ago

MeirionHughes commented 7 years ago
Given <require from=somepath></require>
When parsed by linter
Then an error should occur

Currently fails due to parse5 SAXParser successfully parsing the somepath and returning it as a string.