validator/grunt-html

regex ignores don't use normalizeQuotationMarks

LuckyHyena opened this issue · 3 comments

and you can't put smartquotes directly in js regexes

I'm having to do ignore: /Attribute \u201cng-[a-z-]+\u201d not allowed/ instead of the angular example in the readme

Hey @LuckyHyena, thank you for the bug report. Could you look into putting together patch for this and send it as a pull request?

I think the “ ” problem is because the gruntfile.js file encoding. Please try to save it to UTF8.

@jzaefferer: I think the issue is what @diegomesata says above. Can we close this?