Skip to content

Commit dfb67d9

Browse files
committed
Elaborate on what 1252 is
1 parent 3ffc013 commit dfb67d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/tests/tests.Rraw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8542,7 +8542,7 @@ if (x1==x2) {
85428542
test(1590.12, forderv( c(x2,x1,x1,x2)), integer())
85438543
# don't test base ... test(1590.13, base::order(c(x2,x1,x1,x2)), 1:4)
85448544
} else if (identical(l10n_info()$codepage, 1252L)) {
8545-
# Windows-1252, #2856
8545+
# US English ANSI codepage on Windows is CP1252, #2856
85468546
test(1590.14, forderv( c(x2,x1,x1,x2)), INT(1,4,2,3))
85478547
# don't test base ... test(1590.15, base::order(c(x2,x1,x1,x2)), INT(1,4,2,3))
85488548
}

0 commit comments

Comments
 (0)