Skip to content

Commit 2fc4e70

Browse files
committed
Snapshot
1 parent d159f86 commit 2fc4e70

5 files changed

Lines changed: 86 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# `scoped_lifecycle_silence()` snapshot test
2+
3+
Code
4+
scoped_lifecycle_silence()
5+
6+
# `scoped_lifecycle_warnings()` snapshot test
7+
8+
Code
9+
scoped_lifecycle_warnings()
10+
11+
# `scoped_lifecycle_errors()` snapshot test
12+
13+
Code
14+
scoped_lifecycle_errors()
15+
16+
# `signal_superseded()` snapshot test
17+
18+
Code
19+
signal_superseded()
20+
Output
21+
NULL
22+
23+
# `foreign_caller_env()` snapshot test
24+
25+
Code
26+
foreign_caller_env()
27+
Output
28+
<environment: 0x11296c7d8>
29+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `negate()` snapshot test
2+
3+
Code
4+
negate()
5+
Output
6+
function(...) !.p(...)
7+
<environment: 0x1371d6510>
8+

tests/testthat/_snaps/dim.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# `mult_sign()` snapshot test
2+
3+
Code
4+
mult_sign()
5+
Output
6+
[1] "x"
7+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# `style_empty()` snapshot test
2+
3+
Code
4+
style_empty()
5+
Output
6+
[1] ""
7+
8+
# `new_empty_shaft()` snapshot test
9+
10+
Code
11+
new_empty_shaft()
12+
Output
13+
<pillar_ornament>
14+
15+

tests/testthat/_snaps/ggplot2.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# `scale_x_num()` snapshot test
2+
3+
Code
4+
scale_x_num()
5+
Output
6+
<ScaleContinuousPositionNum>
7+
Range:
8+
Limits: 0 -- 1
9+
10+
# `scale_y_num()` snapshot test
11+
12+
Code
13+
scale_y_num()
14+
Output
15+
<ScaleContinuousPositionNum>
16+
Range:
17+
Limits: 0 -- 1
18+
19+
# `MakeScaleContinuousPositionNum()` snapshot test
20+
21+
Code
22+
MakeScaleContinuousPositionNum()
23+
Output
24+
<ScaleContinuousPositionNum>
25+
Range:
26+
Limits: 0 -- 1
27+

0 commit comments

Comments
 (0)