WordPress / theme-review-action

Other
31 stars 10 forks source link

Fix php error test that misses errors in attributes. #67

Closed StevenDufresne closed 2 years ago

StevenDufresne commented 2 years ago

Fixes #63.

The errors were not being caught because page.content returns a valid HTML document. Getting the response text displays the issue properly and the regex catches it.