mirror of
https://github.com/msberends/AMR.git
synced 2025-09-02 13:04:03 +02:00
styled, unit test fix
This commit is contained in:
@@ -53,7 +53,7 @@ b \%like\% a
|
||||
|
||||
# also supports multiple patterns
|
||||
a <- c("Test case", "Something different", "Yet another thing")
|
||||
b <- c( "case", "diff", "yet")
|
||||
b <- c("case", "diff", "yet")
|
||||
a \%like\% b
|
||||
a \%unlike\% b
|
||||
|
||||
|
Reference in New Issue
Block a user