From e4e134135016753057a1cdcdca51de507f0028f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Ba=C3=B1ados=20Schwerter?= Date: Thu, 4 Jul 2024 23:24:01 +0000 Subject: [PATCH] Fixed tests for multiple dictionaries to pass. Still should be extended. --- .../test_creedictionary_extras.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/CreeDictionary/tests/CreeDictionary_tests/test_creedictionary_extras.py b/src/CreeDictionary/tests/CreeDictionary_tests/test_creedictionary_extras.py index 4cebf5bae..a8cdf1037 100644 --- a/src/CreeDictionary/tests/CreeDictionary_tests/test_creedictionary_extras.py +++ b/src/CreeDictionary/tests/CreeDictionary_tests/test_creedictionary_extras.py @@ -17,7 +17,9 @@ def test_produces_correct_markup(): """ wâpamêw """, rendered, @@ -37,7 +39,9 @@ def test_naughty_html(): """ <img alt="tâpwêw"> """, rendered, @@ -63,7 +67,9 @@ def test_provide_orthograpy(orth, inner_text): f""" {inner_text} """, rendered, @@ -95,7 +101,9 @@ def test_orth_template_tag(orth, inner_text): f""" {inner_text} """, rendered, @@ -117,7 +125,9 @@ def test_cree_example(): f""" like: ᐚᐸᒣᐤ """, rendered, @@ -156,7 +166,9 @@ def test_no_hyphens_in_syllabics(): f""" ᓅᐦᑌ """, rendered,