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
Describe the bug
I have a test that calls terraform.Output and that output contains a unicode character. After updating terratest from 0.47.1 to 0.47.2, those unicode characters are missing.
To Reproduce
Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
Describe the bug
I have a test that calls
terraform.Output
and that output contains a unicode character. After updating terratest from 0.47.1 to 0.47.2, those unicode characters are missing.To Reproduce
Steps to reproduce the behavior, code snippets and examples which can be used to reproduce the issue.
Expected behavior
The given output should be given as-is without removing unicode characters.
Nice to have
Versions
Additional context
I think this is caused by #1445 which keeps printable ASCII chars only
The text was updated successfully, but these errors were encountered: