flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Tests are not run if the name contains Cyrillic(or Korean) characters . When running flutter tests in IntelliJ IDEA.

Open rn2208 opened this issue 8 months ago • 1 comments

When running Flutter tests in IntelliJ IDEA, test descriptions written in Russian are improperly encoded, causing them to appear as escaped Unicode sequences (e.g., \u0422\u0435\u0441\u0442) in the Run/Debug configurations and test output. And test not start.

rn2208 avatar Mar 27 '25 11:03 rn2208