Presumably caused by #8326
Steps to reproduce
Expected behavior
Unicode ellipsis
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
At line:1 char:1
+ throw "a" * 44
+ ~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (aaaaaaaaaaaaaaaaaaa…aaaaaaaaaaaaaaaaaaa:String) [], RuntimeException
+ FullyQualifiedErrorId : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Actual behavior
Backslash u 2026
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
At line:1 char:1
+ throw "a" * 44
+ ~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (aaaaaaaaaaaaaaaaaaa\u2026aaaaaaaaaaaaaaaaaaa:String) [], RuntimeException
+ FullyQualifiedErrorId : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Environment data
Name Value
---- -----
PSVersion 6.2.0
PSEdition Core
GitCommitId 6.2.0
OS Microsoft Windows 10.0.17763
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Presumably caused by #8326
Steps to reproduce
Expected behavior
Unicode ellipsis
Actual behavior
Backslash u 2026
Environment data