1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 13:01:51 +02:00

Added support for 'html' in italicize_taxonomy() (#134)

This commit is contained in:
Emil Rossing
2024-02-13 13:47:07 +01:00
committed by GitHub
parent 83e92fd88c
commit 74ea6c8c60
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>"
)