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
Environment: Github Actions
Dart SDK: version 3.2.5, stable
OS: Windows
Steps to reproduce
Create a folder that starts with u in the test folder. e.g utils so it looks something like test/utils/my_test.dart
Or create a test file that starts with u. e.g unsupported_throwables_test.dart
Run a test on windows-latest with GH actions
dart test -p chrome --test-randomize-ordering-seed=random --chain-stack-traces
# or
dart test -p vm --test-randomize-ordering-seed=random --chain-stack-traces
Receive error:
/C:/Users/runneradmin/AppData/Local/Temp/dart_test_2615570/runInBrowser.dart:8:61:
Error: An escape sequence starting with '\u' must be followed by 4 hexadecimal digits.
dom.window.console.log('Startup for test path test\unsupported_throwables_test.dart');
or
/C:/Users/runneradmin/AppData/Local/Temp/dart_test_74c18bb9/runInBrowser.dart:8:61:
Error: An escape sequence starting with '\u' must be followed by 4 hexadecimal digits.
dom.window.console.log('Startup for test path test\utils\http_header_utils_test.dart');