Skip to content

Commit 9c869db

Browse files
author
smeyer
committed
cope with LC_COLLATE=da_DK
git-svn-id: https://svn.r-project.org/R/trunk@87429 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6c65d04 commit 9c869db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/utils/man/ls_str.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ lsf.str(pos = length(search()), pattern = "file")
7474
## ["browser/debug mode"]:
7575
tt <- function(x, y = 1) { aa <- 7; r <- x + y; ls.str() }
7676
(nms <- sapply(strsplit(capture.output(tt(2))," *: *"), `[`, 1))
77-
stopifnot(nms == c("aa", "r","x","y"))
77+
stopifnot(setequal(nms, c("aa", "r","x","y")))% collation-specific
7878
}
7979
\keyword{print}
8080
\keyword{utilities}

0 commit comments

Comments
 (0)