You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see there are new lines at the start and end of the src value, and if you see closely there are even some spaces too, this is a common scenario when using Liquid variables, tags & filters.
Edgars-MacBook-Pro:spttc0003 cetinajero$ cat index.html | od -c
0000000 < i m g s
0000020 r c = " \n h0000040 t t p s : / / g r u p o p v - p0000060 u b l i c . s 3 . a m a z o n a0000100 w s . c o m / a s s e t s / i m0000120 g / c a t a l o g / t h u m b n0000140 a i l s / r a d i o s / m o t o0000160 r o l a / l i c e n s e s / s m0000200 a r t - p t t / s p t t c 0 0 00000220 3 . p n g \n "
0000240 c l a s s = " i m g - c e n t e0000260 r " a l t = " S P T T C 0 0 00000300 3 " / >\n
0000306
When html-proofer test a node like this it fails in reporting errors and because of this, my CI tests are reporting false positives.
The text was updated successfully, but these errors were encountered:
cetinajero
added a commit
to grupopv/html-proofer
that referenced
this issue
Jan 19, 2019
Hi Garen,
I came across an issue when an img tag has this structure:
As you can see there are new lines at the start and end of the src value, and if you see closely there are even some spaces too, this is a common scenario when using Liquid variables, tags & filters.
When html-proofer test a node like this it fails in reporting errors and because of this, my CI tests are reporting false positives.
The text was updated successfully, but these errors were encountered: