savoirfairelinux / num2words

Modules to convert numbers to words. 42 --> forty-two
GNU Lesser General Public License v2.1
820 stars 497 forks source link

Update test_de.py: "ein Mark" must be "eine Mark" instead #474

Open m-f-h opened 2 years ago

m-f-h commented 2 years ago

Update test_de.py: "ein Mark" must be "eine Mark" instead, cf. issue #462 and patch #471

Fixes #462 by @rillig

Changes proposed in this pull request:

Status

How to verify this change

run test suite, esp. for lang = 'de' , currency = "DEM" , value = 1.00

Additional notes

I tried to make more substantial changes (the same should be done for other currencies named "Mark" like FIM, ... and for currencies named "Lira" (italian ITL [replaced by EUR], Turkish TRY and Syrian DMG) but since that didn't work out (mysterious errors) I try a minimal bug fix first.

mrodriguezg1991 commented 2 years ago

@m-f-h Hello This change should be in the same PR where you updated the functionality, each PR is validated individually, so both changes can be validated together