Skip to content

Commit c3a719a

Browse files
author
maechler
committed
slightly tighten check for PR#17959
git-svn-id: https://svn.r-project.org/R/trunk@88647 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent a4d887c commit c3a719a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/reg-tests-1d.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5438,7 +5438,7 @@ stopifnot(exprs = {
54385438
stopifnot(!grepl(dQuote(""), m1), !grepl(dQuote(""), m2))
54395439
if(englishMsgs)
54405440
stopifnot(grepl("'arg' should be ", m1),
5441-
grepl("'arg' should be one ", m2))
5441+
grepl("'arg' should be one ", c(m1, m2)) |> identical( c(FALSE,TRUE) ))
54425442
## was 'arg' should be one of “”, “a” ( , “b” )
54435443

54445444

0 commit comments

Comments
 (0)