revdep/library.noindex/baker/new/shiny/app_template/tests/testthat/test-sort.R

# Test the lexical_sort function from R/example.R
test_that("Lexical sorting works", {
  expect_equal(lexical_sort(c(1, 2, 3)), c(1, 2, 3))
  expect_equal(lexical_sort(c(1, 2, 3, 13, 11, 21)), c(1, 11, 13, 2, 21, 3))
})
zhenkewu/baker documentation built on May 6, 2024, 11:19 p.m.