Normalize Formatted strings on \space char. (#33186)
* Normalize Formatted strings on \space char. Some JVMs use nbsp chars in their formatted strings. I noticed weird test failures that printed the same because of this and it was confusing. So I propose a simple string replace to normalize on one type of space char only. * Change use of strings in str/replace to chars to pass the linter
Please register or sign in to comment