-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows CI Test Error: An escape sequence starting with '\u' must be followed by 4 hexadecimal digits. #2176
Comments
This appears like an issue in the test runner, but I'm not certain. Transferring to the test repo for additional triage cc @natebosch |
I would not expect this to repro with |
natebosch
added a commit
that referenced
this issue
Jan 24, 2024
Fixes #2176 On windows a path can include a `\` followed by a letter that is not a valid escape code in a Dart string. Prefix the string with `r` to make it a raw string and log the path directly.
natebosch
added a commit
that referenced
this issue
Jan 24, 2024
Fixes #2176 On windows a path can include a `\` followed by a letter that is not a valid escape code in a Dart string. Prefix the string with `r` to make it a raw string and log the path directly.
@buenaflor - I have published a version with a fix for this issue - you should be able to get unblocked with a |
all good now, thx for the quick fix! @natebosch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment: Github Actions
Dart SDK: version 3.2.5, stable
OS: Windows
Steps to reproduce
utils
so it looks something liketest/utils/my_test.dart
u
. e.gunsupported_throwables_test.dart
windows-latest
with GH actionsor
Link to error
The text was updated successfully, but these errors were encountered: