mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 15:21:58 +02:00
Added support for 'html' in italicize_taxonomy()
This commit is contained in:
@ -41,3 +41,7 @@ if (AMR:::has_colour()) {
|
||||
"test for \033[3mE. coli\033[23m"
|
||||
)
|
||||
}
|
||||
expect_identical(
|
||||
italicise_taxonomy("test for E. coli", "html"),
|
||||
"test for <i>E. coli</i>"
|
||||
)
|
||||
|
Reference in New Issue
Block a user