1
0
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:
Emil Rossing
2024-02-12 11:08:02 +01:00
parent 83e92fd88c
commit 436b04dabe
3 changed files with 16 additions and 9 deletions

View File

@ -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>"
)