After upgrading from puppet-lint from 2.3.6 to 2.4.0 we've started experiencing issues with Unicode characters in non-interpolated heredoc blocks of text.
This also happens in 2.4.2.
To reproduce the issue, here is a simplified example that will cause a syntax error
After upgrading from puppet-lint from 2.3.6 to 2.4.0 we've started experiencing issues with Unicode characters in non-interpolated heredoc blocks of text. This also happens in 2.4.2.
To reproduce the issue, here is a simplified example that will cause a syntax error
Here is the result of linting it
If we use single quotes instead of a heredoc it doesn't cause a syntax error.