Skip to content

Commit

Permalink
Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 22, 2024
1 parent 2f7d830 commit 10751d2
Show file tree
Hide file tree
Showing 5 changed files with 86 additions and 0 deletions.
29 changes: 29 additions & 0 deletions tests/testthat/_snaps/compat-lifecycle.md
Original file line number Diff line number Diff line change
@@ -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
<environment: 0x11296c7d8>

8 changes: 8 additions & 0 deletions tests/testthat/_snaps/compat-purrr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# `negate()` snapshot test

Code
negate()
Output
function(...) !.p(...)
<environment: 0x1371d6510>

7 changes: 7 additions & 0 deletions tests/testthat/_snaps/dim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# `mult_sign()` snapshot test

Code
mult_sign()
Output
[1] "x"

15 changes: 15 additions & 0 deletions tests/testthat/_snaps/empty-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# `style_empty()` snapshot test

Code
style_empty()
Output
[1] ""

# `new_empty_shaft()` snapshot test

Code
new_empty_shaft()
Output
<pillar_ornament>

27 changes: 27 additions & 0 deletions tests/testthat/_snaps/ggplot2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# `scale_x_num()` snapshot test

Code
scale_x_num()
Output
<ScaleContinuousPositionNum>
Range:
Limits: 0 -- 1

# `scale_y_num()` snapshot test

Code
scale_y_num()
Output
<ScaleContinuousPositionNum>
Range:
Limits: 0 -- 1

# `MakeScaleContinuousPositionNum()` snapshot test

Code
MakeScaleContinuousPositionNum()
Output
<ScaleContinuousPositionNum>
Range:
Limits: 0 -- 1

0 comments on commit 10751d2

Please sign in to comment.