mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 15:41:56 +02:00
new MOs, cleanup
This commit is contained in:
@ -11,6 +11,7 @@ test_that("as.mo works", {
|
||||
expect_equal(as.character(as.mo(" ESCCOL ")), "ESCCOL")
|
||||
expect_equal(as.character(as.mo("klpn")), "KLEPNE")
|
||||
expect_equal(as.character(as.mo("Klebsiella")), "KLE")
|
||||
expect_equal(as.character(as.mo("K. pneu rhino")), "KLEPNERH") # K. pneumoniae subspp. rhinoscleromatis
|
||||
expect_equal(as.character(as.mo("coagulase negative")), "STACNS")
|
||||
|
||||
expect_equal(as.character(as.mo("P. aer")), "PSEAER") # not Pasteurella aerogenes
|
||||
|
Reference in New Issue
Block a user