From a939c779bc34a255e67b8ac9e0a06e6b232d364d Mon Sep 17 00:00:00 2001 From: Ed Freyfogle Date: Mon, 28 Oct 2024 20:23:07 +0100 Subject: [PATCH] test for abbreviations --- testcases/abbreviations/de.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testcases/abbreviations/de.yaml diff --git a/testcases/abbreviations/de.yaml b/testcases/abbreviations/de.yaml new file mode 100644 index 0000000..eaf382c --- /dev/null +++ b/testcases/abbreviations/de.yaml @@ -0,0 +1,12 @@ +--- +description: no repetition +components: + city: Berlin + country: Deutschland + country_code: de + road: Platz der Republik + state: Berlin +expected: | + Pl der Republik + Berlin + Germany