mirror of
https://github.com/msberends/AMR.git
synced 2025-07-01 12:38:46 +02:00
Update test-ab.R
This commit is contained in:
parent
82ff1fc944
commit
112dcde3b4
@ -85,7 +85,7 @@ expect_inherits(x[1], "ab")
|
|||||||
expect_inherits(x[[1]], "ab")
|
expect_inherits(x[[1]], "ab")
|
||||||
expect_inherits(c(x[1], x[9]), "ab")
|
expect_inherits(c(x[1], x[9]), "ab")
|
||||||
expect_inherits(unique(x[1], x[9]), "ab")
|
expect_inherits(unique(x[1], x[9]), "ab")
|
||||||
expect_inherits(rep(x[1], x[9]), "ab")
|
expect_inherits(rep(x[1], 2), "ab")
|
||||||
expect_warning(x[1] <- "invalid code")
|
expect_warning(x[1] <- "invalid code")
|
||||||
expect_warning(x[[1]] <- "invalid code")
|
expect_warning(x[[1]] <- "invalid code")
|
||||||
expect_warning(c(x[1], "test"))
|
expect_warning(c(x[1], "test"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user