I will soon be committing a change to R-devel that will change error
messages produced by the parser when the underscore character _ is
used inappropriately. styler currently tests for a specific message
and will fail once that change is committed. The test that will fail
is
testthat::expect_error(...) at test-escaping.R:14:2
It would be better to change this to not assume a particular message.