add test to check if special pinyin like v3 can be converted correctly

master
yhe 2016-07-05 05:29:09 +00:00
parent 93f0a60e53
commit e21314df4a
1 changed files with 12 additions and 0 deletions

View File

@ -27,6 +27,18 @@ ddg_goodie_test(
}
}
),
'pinyin 女生' => test_zci(
"Pinyin of 女生 is \"nǚ shēng\"",
structured_answer => {
data => {
title => "nǚ shēng",
subtitle => "Pinyin of 女生",
},
templates => {
group => "text",
}
}
),
'pinyin lai2 zi4 zhong1 guo2' => test_zci(
"Pinyin of lai2 zi4 zhong1 guo2 is \"lái zì zhōng guó\"",
structured_answer => {