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
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.
The text was updated successfully, but these errors were encountered: