From 10751d2e07ee40c654f0c3d6035da77145f35dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Sun, 19 Nov 2023 18:59:08 +0100 Subject: [PATCH] Snapshot --- tests/testthat/_snaps/compat-lifecycle.md | 29 +++++++++++++++++++++++ tests/testthat/_snaps/compat-purrr.md | 8 +++++++ tests/testthat/_snaps/dim.md | 7 ++++++ tests/testthat/_snaps/empty-data.md | 15 ++++++++++++ tests/testthat/_snaps/ggplot2.md | 27 +++++++++++++++++++++ 5 files changed, 86 insertions(+) create mode 100644 tests/testthat/_snaps/compat-lifecycle.md create mode 100644 tests/testthat/_snaps/compat-purrr.md create mode 100644 tests/testthat/_snaps/dim.md create mode 100644 tests/testthat/_snaps/empty-data.md create mode 100644 tests/testthat/_snaps/ggplot2.md diff --git a/tests/testthat/_snaps/compat-lifecycle.md b/tests/testthat/_snaps/compat-lifecycle.md new file mode 100644 index 000000000..70a19f76c --- /dev/null +++ b/tests/testthat/_snaps/compat-lifecycle.md @@ -0,0 +1,29 @@ +# `scoped_lifecycle_silence()` snapshot test + + Code + scoped_lifecycle_silence() + +# `scoped_lifecycle_warnings()` snapshot test + + Code + scoped_lifecycle_warnings() + +# `scoped_lifecycle_errors()` snapshot test + + Code + scoped_lifecycle_errors() + +# `signal_superseded()` snapshot test + + Code + signal_superseded() + Output + NULL + +# `foreign_caller_env()` snapshot test + + Code + foreign_caller_env() + Output + + diff --git a/tests/testthat/_snaps/compat-purrr.md b/tests/testthat/_snaps/compat-purrr.md new file mode 100644 index 000000000..20d1d50f3 --- /dev/null +++ b/tests/testthat/_snaps/compat-purrr.md @@ -0,0 +1,8 @@ +# `negate()` snapshot test + + Code + negate() + Output + function(...) !.p(...) + + diff --git a/tests/testthat/_snaps/dim.md b/tests/testthat/_snaps/dim.md new file mode 100644 index 000000000..7d3971783 --- /dev/null +++ b/tests/testthat/_snaps/dim.md @@ -0,0 +1,7 @@ +# `mult_sign()` snapshot test + + Code + mult_sign() + Output + [1] "x" + diff --git a/tests/testthat/_snaps/empty-data.md b/tests/testthat/_snaps/empty-data.md new file mode 100644 index 000000000..349e744ea --- /dev/null +++ b/tests/testthat/_snaps/empty-data.md @@ -0,0 +1,15 @@ +# `style_empty()` snapshot test + + Code + style_empty() + Output + [1] "" + +# `new_empty_shaft()` snapshot test + + Code + new_empty_shaft() + Output + + + diff --git a/tests/testthat/_snaps/ggplot2.md b/tests/testthat/_snaps/ggplot2.md new file mode 100644 index 000000000..4b362215d --- /dev/null +++ b/tests/testthat/_snaps/ggplot2.md @@ -0,0 +1,27 @@ +# `scale_x_num()` snapshot test + + Code + scale_x_num() + Output + + Range: + Limits: 0 -- 1 + +# `scale_y_num()` snapshot test + + Code + scale_y_num() + Output + + Range: + Limits: 0 -- 1 + +# `MakeScaleContinuousPositionNum()` snapshot test + + Code + MakeScaleContinuousPositionNum() + Output + + Range: + Limits: 0 -- 1 +