mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 10:22:01 +02:00
(v1.4.0.9025) is_new_episode()
This commit is contained in:
@ -31,10 +31,7 @@ test_that("`like` works", {
|
||||
|
||||
expect_true("test" %like% "test")
|
||||
expect_false("test" %like_case% "TEST")
|
||||
|
||||
expect_false("test" %not_like% "test")
|
||||
expect_true("test" %not_like_case% "TEST")
|
||||
|
||||
|
||||
expect_true(as.factor("test") %like% "TEST")
|
||||
expect_identical(factor(c("Test case", "Something different", "Yet another thing")) %like% c("case", "diff", "yet"),
|
||||
c(TRUE, TRUE, TRUE))
|
||||
|
Reference in New Issue
Block a user