more fixes

This commit is contained in:
Kenneth Kehl
2024-05-17 10:25:09 -07:00
parent 7302e4c811
commit 1b172553f5
28 changed files with 127 additions and 107 deletions

View File

@@ -80,7 +80,7 @@ def test_matches_keys_to_placeholder_names():
@pytest.mark.parametrize(
"template_content, template_subject, expected",
("template_content", "template_subject", "expected"),
[
("the quick brown fox", "jumps", []),
("the quick ((colour)) fox", "jumps", ["colour"]),