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 0d5f3ac commit b7467c0Copy full SHA for b7467c0
tests/reg-tests-1e.R
@@ -1399,6 +1399,11 @@ ch0 <- character(0L)
1399
stopifnot(identical(ch0, tools::toTitleCase(ch0)))
1400
## was list() in R <= 4.4.0
1401
1402
+## toTitleCase("'PROTECTED',")
1403
+stopifnot(identical(
1404
+ tools::toTitleCase("'SPSS', 'Stata' and 'R' are statistical software"),
1405
+ "'SPSS', 'Stata' and 'R' are Statistical Software"
1406
+))
1407
1408
## PR#18745 (+ PR#18702) format.data.frame() -> as.data.frame.list()
1409
x <- setNames(data.frame(TRUE), NA_character_)
0 commit comments