gjtorikian / html-proofer

Test your rendered HTML files to make sure they're accurate.
MIT License
1.57k stars 199 forks source link

Switch 'source' elements to use image check code path #747

Closed fallax closed 2 years ago

fallax commented 2 years ago

As discussed in comments to #744 - this change shifts 'source' elements to be handled by the code path for checking images.

A number of other small changes to tests needed to be made also - this was because these tests were referring to non-existent images in tests that did not relate to the URL not being to a valid image. These have been updated to point to images that actually exist.

gjtorikian commented 2 years ago

Thank you, again.