File: test-limits.R

package info (click to toggle)
r-cran-ggplot2 3.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,748 kB
  • sloc: sh: 15; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (2)
1
2
3
4
test_that("limits() throw meaningful errors", {
  expect_snapshot_error(lims(1:2))
  expect_snapshot_error(lims(linewidth = 1))
})