mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
committed by
Ernesto Rodriguez Ortiz
parent
b541ee8d8e
commit
23902ab7c5
@@ -122,6 +122,7 @@ TEST_CASES_TO_CURRENCY = (
|
||||
(12, 'douze euros'),
|
||||
(21, 'vingt et un euros'),
|
||||
(81.25, 'quatre-vingt-un euros et vingt-cinq centimes'),
|
||||
(81.2, 'quatre-vingt-un euros et vingt centimes'),
|
||||
(100, 'cent euros'),
|
||||
)
|
||||
|
||||
@@ -132,6 +133,7 @@ TEST_CASES_TO_CURRENCY_OLD = (
|
||||
(12, 'douze francs'),
|
||||
(21, 'vingt et un francs'),
|
||||
(81.25, 'quatre-vingt-un francs et vingt-cinq centimes'),
|
||||
(81.2, 'quatre-vingt-un francs et vingt centimes'),
|
||||
(100, 'cent francs'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user