Closed gerad closed 7 years ago
Nice catch.
Willl investigate, probably the result of a difference in a later version of Go and will move to build flags to control which tests are valid on which version of Go.
This can be seen in CI as well:
https://travis-ci.org/microcosm-cc/bluemonday/builds/260671646
May (or may not) be related to this change in Go 1.9:
Extremely likely to be related, and have been considering looping back and moving tests to be conditional on Go versions because of this. So will look into it later today (I'm in SF time, busy interviewing people this morning).
I just checked out master and ran
make test
and it fails.make lint
also fails:I'm running go1.8.3.