Module:EFloras/testcases
| This is the test cases page for the module Module:EFloras. Results of the test cases. |
local p = require("Module:UnitTests")
local eFloras = require "Module:eFloras"
function p:test_italicize()
local examples = {
{ "Symphyotrichum novae-angliae", "<i>Symphyotrichum novae-angliae</i>" },
{ "Mummenhoffia alliaceae", "<i>Mummenhoffia alliaceae</i>" },
{ "Rubus aliceae", "<i>Rubus aliceae</i>" },
{ "Cypripedium reginae", "<i>Cypripedium reginae</i>" },
{ "Aster ericoides var. ericoides", "<i>Aster ericoides</i> var. <i>ericoides</i>" },
{
"Fragaria vesca subsp. vesca f. semperflorens",
"<i>Fragaria vesca</i> subsp. <i>vesca</i> f. <i>semperflorens</i>"
},
{ "Fragaria × ananassa", "<i>Fragaria</i> × <i>ananassa</i>" },
{ "Populus sect. Tacamahaca", "<i>Populus</i> sect. <i>Tacamahaca</i>" },
{ "Populus Sect. Tacamahaca", "<i>Populus</i> Sect. <i>Tacamahaca</i>" },
{ "Rosaceae", "Rosaceae" },
{ "Fumarioideae", "Fumarioideae" },
{ "Astereae", "Astereae" },
{ "Asterinae", "Asterinae" },
"Ignores italics and bolding",
{
"Fragaria vesca'' subsp. ''vesca'' f. ''semperflorens",
"<i>Fragaria vesca</i> subsp. <i>vesca</i> f. <i>semperflorens</i>"
},
{
"'''''Fragaria vesca'' subsp. ''vesca'' f. ''semperflorens'''''",
"<i>Fragaria vesca</i> subsp. <i>vesca</i> f. <i>semperflorens</i>"
},
"Returns unparsable input unchanged",
{ "Fragaria vesca L.", "Fragaria vesca L." },
{ "''Cypripedium reginae'' Walter", "''Cypripedium reginae'' Walter" },
{
"''Cypripedium parviflorum'' Salisb. var. ''pubescens'' (Willd.) Knight",
"''Cypripedium parviflorum'' Salisb. var. ''pubescens'' (Willd.) Knight"
},
{ "Prunus virginiana L. 1753 not DuRoi 1771", "Prunus virginiana L. 1753 not DuRoi 1771" },
{ "{{{1}}}", "{{{1}}}" },
{ "Blah blah!! @x?* edf", "Blah blah!! @x?* edf" },
}
local options -- = { nowiki = true }
self:iterate(
examples,
function (self, input, expected)
self:equals(input, eFloras.italicize(input), expected, options)
end)
end
return p
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.