Cyb3r-Jak3 / html5validator-action

GitHub Action that checks HTML5 syntax.
https://github.com/marketplace/actions/html5-validator
Mozilla Public License 2.0
42 stars 12 forks source link

JSON format [BUG] #13

Closed Damix48 closed 3 years ago

Damix48 commented 3 years ago

Describe the bug In JSON output use ' istead of "

What actually happens

"message": "End tag for "body" seen, but there were unclosed elements.",

Expected behavior

"message": "End tag for 'body' seen, but there were unclosed elements.",
Cyb3r-Jak3 commented 3 years ago

@Damix48 What is the use case? Are you parsing the JSON output?

At first glance, this seems like something for the linter html5validator and not for this action.

Damix48 commented 3 years ago

Yes, I'm parsing JSON.

At first glance, this seems like something for the linter html5validator and not for this action.

You are right