Skip to content

Commit 8f34a40

Browse files
committed
test: reorder tests
1 parent a3b2682 commit 8f34a40

File tree

3 files changed

+245
-329
lines changed

3 files changed

+245
-329
lines changed

inst/tinytest/coords.rds

8 Bytes
Binary file not shown.

inst/tinytest/test_coords.R

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plot.new()
22
plot.window(xlim = c(0, 1),
33
ylim = c(0, 1))
44
box()
5-
vbox <- vector("list", 13)
5+
vbox <- vector("list", 14)
66
vbox[[1]] <-
77
leg(
88
type = "prop",
@@ -102,6 +102,13 @@ vbox[[13]] <-
102102
return_bbox = TRUE
103103
)
104104

105+
vbox[[14]] <-
106+
leg(
107+
type = "choro_line",
108+
val = 15:20,
109+
pos = "top",
110+
return_bbox = TRUE
111+
)
105112
# saveRDS(vbox,
106113
# file = '/home/tim/Documents/pkg/maplegend/inst/tinytest/coords.rds')
107114

0 commit comments

Comments
 (0)