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
If the system is in an Italian locale (or perhaps Brazilian or other
locales), some test_file tests fail:
test-file.cpp:79: Failure
Value of: file_content.error().to_string()
Expected: (has substring "No such file") or (has substring "cannot find")
Actual: "failed to read from /tmp/quick-lint-js.3SzKMa/does-not-exist.js: File o directory non esistente"
[ FAILED ] test_file.read_non_existing_file (0 ms)
test-file.cpp:91: Failure
Value of: file_content.error().to_string()
Expected: (has substring "Is a directory") or (has substring "Access is denied")
Actual: "failed to read from /tmp/quick-lint-js.1PkP4o: \xC3\x88 una directory"
As Text: "failed to read from /tmp/quick-lint-js.1PkP4o: È una directory"
[ FAILED ] test_file.read_directory (0 ms)
Fix these tests by checking error codes instead of strings.
This patch should address the following issues:
* #751
* #80
0 commit comments