(s string)
| 196 | ) |
| 197 | |
| 198 | func escapeAlt(s string) string { |
| 199 | return altEscaper.Replace(s) |
| 200 | } |
| 201 | |
| 202 | // checkAltStaysInside renders the image this asset will produce and parses it |
| 203 | // back, so alt text that escapeAlt failed to neutralize is refused before the |
no test coverage detected