We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20dfd36 commit 5d08a5eCopy full SHA for 5d08a5e
tests/reg-tests-1e.R
@@ -1471,8 +1471,9 @@ if(inherits(oL, "warning")) {
1471
if(attr(oL, "ok") && capabilities("NLS") && !is.na(.popath)
1472
&& !grepl("macOS", osVersion) # macOS fails currently
1473
) {
1474
+ ## .+ to work with multi-byte characters in C encoding
1475
stopifnot(is.character(print("checking 'out' : ")),
- grepl("^argument non num.rique pour un ", out))
1476
+ grepl("^argument non num.+rique pour un ", out))
1477
## was *not* switched to French (when this was run via 'make ..')
1478
## reset {just in case}:
1479
Sys.setLanguage("en")
0 commit comments