From c705f55a3109789c8f4d5f976ac651d2ce01e181 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Tue, 12 Dec 2023 00:21:25 +0600 Subject: [PATCH] Add links where developers can check rules for numers in the Ukrainian --- tests/test_uk.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test_uk.py b/tests/test_uk.py index 4dcd7cb1..a16e092f 100644 --- a/tests/test_uk.py +++ b/tests/test_uk.py @@ -21,6 +21,11 @@ from num2words import num2words +# In case if you don't sure how it should be written, please consult +# https://mon.gov.ua/storage/app/media/zagalna%20serednya/%202019.pdf +# See § 105 in this document, +# or look at this website http://pravopys.net/sections/70/ + TEST_CASES_CARDINAL = ( (1, "один"), (2, "два"),