diff --git a/test/input/features/config-glossaries/glossarify-md.conf.json b/test/input/features/config-glossaries/glossarify-md.conf.json index ce5135c3..4a835da1 100644 --- a/test/input/features/config-glossaries/glossarify-md.conf.json +++ b/test/input/features/config-glossaries/glossarify-md.conf.json @@ -10,7 +10,8 @@ { "file": "./disjunct-terms-glossary-a.md", "termHint": " (a/b)"}, { "file": "./disjunct-terms-glossary-b.md", "termHint": " (a/b)"}, { "file": "./shared-terms-glossary-a.md", "termHint": " (a&b)"}, - { "file": "./shared-terms-glossary-b.md", "termHint": " (a&b)"} + { "file": "./shared-terms-glossary-b.md", "termHint": " (a&b)"}, + { "file": "./unicode-glossary.md", "termHint": ""} ], "linking": "relative", "ignoreCase": false, diff --git a/test/input/features/config-glossaries/unicode-document.md b/test/input/features/config-glossaries/unicode-document.md new file mode 100644 index 00000000..eafd01d8 --- /dev/null +++ b/test/input/features/config-glossaries/unicode-document.md @@ -0,0 +1,46 @@ + + +GIVEN term 'äöüß Term begins with Umlauts' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term 'Term ends with Umlauts äöüß' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term 'Term contains äöüß Umlauts' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term 'Der Tod und das Mädchen' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term 'Äquator' +THEN the linker MUST link the term with its glossary definition. + +GIVEN a compound term 'Äquatorregion' AND GIVEN 'Äquator' is a glossary term +THEN the linker MUST NOT link the compound with a glossary definition. + +GIVEN a compound term 'Faßöl' +WITH 'Faß' being a glossary term + AND 'Faß' ending with a non-ASCII character + AND 'öl' beginning with a non-ASCII character +THEN 'Faßöl' MUST NOT be split into two words +AND 'Faßöl' MUST NOT be linked to the glossary definition of 'Faß'. + + + +GIVEN a term '中国' with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term 'zhōngguó' with non-ASCII symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '中国China' beginning with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term 'China中国' ending with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '中China国' beginning and ending with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term 'Chi中国na' containing non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. diff --git a/test/input/features/config-glossaries/unicode-glossary.md b/test/input/features/config-glossaries/unicode-glossary.md new file mode 100644 index 00000000..e18b599d --- /dev/null +++ b/test/input/features/config-glossaries/unicode-glossary.md @@ -0,0 +1,54 @@ +# Unicode Tests + + + +## äöüß Term begins with Umlauts + +Testing German Umlauts. + +## Term ends with Umlauts äöüß + +Testing German Umlauts. + +## Term contains äöüß Umlauts + +Testing German Umlauts. + +## Der Tod und das Mädchen + +Classical composition by Franz Schubert (The Death and the Maiden). + +## Äquator + +GIVEN a compound term 'Äquatorregion' AND GIVEN 'Äquator' is a glossary term +THEN the linker MUST NOT link the compound with a glossary definition. + +## Faß + +GIVEN a compound term 'Faßöl' +WITH 'Faß' being a glossary term + AND 'Faß' ending with a non-ASCII character + AND 'öl' beginning with a non-ASCII character +THEN 'Faßöl' MUST NOT be split into two words +AND 'Faßöl' MUST NOT be linked to the glossary definition of 'Faß'. + + + + +## 中国 +China + +## zhōngguó +China (spelling) + +## 中国China +Word begins with symbols + +## China中国 +Word ends with symbols + +## 中China国 +Word begins and ends with symbols + +## Chi中国na +Word contains symbols diff --git a/test/input/features/i18n/document_de.md b/test/input/features/i18n/document_de.md deleted file mode 100644 index 3588762a..00000000 --- a/test/input/features/i18n/document_de.md +++ /dev/null @@ -1,20 +0,0 @@ -GIVEN term 'äöüß Term begins with Umlauts' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term 'Term ends with Umlauts äöüß' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term 'Term contains äöüß Umlauts' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term 'Der Tod und das Mädchen' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term 'Äquator' -THEN the linker MUST link the term with its glossary definition. - -GIVEN compound term 'Äquatorregion' AND GIVEN 'Äquator' is a glossary term -THEN the linker MUST NOT link the compound with a glossary definition. - -GIVEN compound term 'Faßöl' AND GIVEN 'Faß' is a glossary term -THEN the linker MUST NOT link the compound with its glossary definition. diff --git a/test/input/features/i18n/glossary_de.md b/test/input/features/i18n/glossary_de.md deleted file mode 100644 index 7c6b85ca..00000000 --- a/test/input/features/i18n/glossary_de.md +++ /dev/null @@ -1,26 +0,0 @@ -# German special character tests - -## äöüß Term begins with Umlauts - -Testing German Umlauts. - -## Term ends with Umlauts äöüß - -Testing German Umlauts. - -## Term contains äöüß Umlauts - -Testing German Umlauts. - -## Der Tod und das Mädchen - -Classical composition by Franz Schubert (The Death and the Maiden). - -## Äquator - - -## Faß diff --git a/test/input/glossarify-md.conf.json b/test/input/glossarify-md.conf.json index 7e1f9b9c..9cd6c9fd 100644 --- a/test/input/glossarify-md.conf.json +++ b/test/input/glossarify-md.conf.json @@ -14,8 +14,7 @@ { "file": "./glossary.md", "termHint": "↴"}, { "file": "./glossary_formatted.md", "termHint": "ⓕ"}, { "file": "./paths/uppercase/Glossary_Uppercase.md" }, - { "file": "./features/aliases_and_synonyms/glossary.md" }, - { "file": "./features/i18n/glossary_de.md"} + { "file": "./features/aliases_and_synonyms/glossary.md" } ], "linking": "relative", "ignoreCase": false, diff --git a/test/output-expected/features/config-glossaries/glossarify-md.conf.json b/test/output-expected/features/config-glossaries/glossarify-md.conf.json index ce5135c3..4a835da1 100644 --- a/test/output-expected/features/config-glossaries/glossarify-md.conf.json +++ b/test/output-expected/features/config-glossaries/glossarify-md.conf.json @@ -10,7 +10,8 @@ { "file": "./disjunct-terms-glossary-a.md", "termHint": " (a/b)"}, { "file": "./disjunct-terms-glossary-b.md", "termHint": " (a/b)"}, { "file": "./shared-terms-glossary-a.md", "termHint": " (a&b)"}, - { "file": "./shared-terms-glossary-b.md", "termHint": " (a&b)"} + { "file": "./shared-terms-glossary-b.md", "termHint": " (a&b)"}, + { "file": "./unicode-glossary.md", "termHint": ""} ], "linking": "relative", "ignoreCase": false, diff --git a/test/output-expected/features/config-glossaries/terms.json b/test/output-expected/features/config-glossaries/terms.json index b9832e55..91be38a5 100644 --- a/test/output-expected/features/config-glossaries/terms.json +++ b/test/output-expected/features/config-glossaries/terms.json @@ -1,4 +1,116 @@ [ + { + "shortDesc": "", + "term": "äöüß Term begins with Umlauts", + "hint": "", + "longDesc": "Testing German Umlauts.", + "anchor": "#äöüß-term-begins-with-umlauts", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "Äquator", + "hint": "", + "longDesc": "GIVEN a compound term 'Äquatorregion' AND GIVEN 'Äquator' is a glossary term\nTHEN the linker MUST NOT link the compound with a glossary definition.", + "anchor": "#äquator", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "China中国", + "hint": "", + "longDesc": "Word ends with symbols", + "anchor": "#china中国", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "Chi中国na", + "hint": "", + "longDesc": "Word contains symbols", + "anchor": "#chi中国na", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "Der Tod und das Mädchen", + "hint": "", + "longDesc": "Classical composition by Franz Schubert (The Death and the Maiden).", + "anchor": "#der-tod-und-das-mädchen", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "Faß", + "hint": "", + "longDesc": "GIVEN a compound term 'Faßöl'\nWITH 'Faß' being a glossary term AND 'Faß' ending with a non-ASCII character AND 'öl' beginning with a non-ASCII character\nTHEN 'Faßöl' MUST NOT be split into two words\nAND 'Faßöl' MUST NOT be linked to the glossary definition of 'Faß'.", + "anchor": "#faß", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "Term contains äöüß Umlauts", + "hint": "", + "longDesc": "Testing German Umlauts.", + "anchor": "#term-contains-äöüß-umlauts", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, { "shortDesc": "", "term": "Term Disjunct A", @@ -31,6 +143,22 @@ "aliases": [], "ignoreCase": false }, + { + "shortDesc": "", + "term": "Term ends with Umlauts äöüß", + "hint": "", + "longDesc": "Testing German Umlauts.", + "anchor": "#term-ends-with-umlauts-äöüß", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, { "shortDesc": "", "term": "Term Shared A", @@ -94,5 +222,69 @@ "regex": {}, "aliases": [], "ignoreCase": false + }, + { + "shortDesc": "", + "term": "zhōngguó", + "hint": "", + "longDesc": "China (spelling)", + "anchor": "#zhōngguó", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "中China国", + "hint": "", + "longDesc": "Word begins and ends with symbols", + "anchor": "#中china国", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "中国", + "hint": "", + "longDesc": "China", + "anchor": "#中国", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false + }, + { + "shortDesc": "", + "term": "中国China", + "hint": "", + "longDesc": "Word begins with symbols", + "anchor": "#中国china", + "glossary": { + "file": "./unicode-glossary.md", + "termHint": "", + "basePath": "/{redacted}/input/features/config-glossaries/unicode-glossary.md", + "outPath": "/{redacted}/output-actual/features/config-glossaries/unicode-glossary.md" + }, + "regex": {}, + "aliases": [], + "ignoreCase": false } ] diff --git a/test/output-expected/features/config-glossaries/unicode-document.md b/test/output-expected/features/config-glossaries/unicode-document.md new file mode 100644 index 00000000..55f898bb --- /dev/null +++ b/test/output-expected/features/config-glossaries/unicode-document.md @@ -0,0 +1,70 @@ + + +GIVEN term '[äöüß Term begins with Umlauts][1]' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term '[Term ends with Umlauts äöüß][2]' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term '[Term contains äöüß Umlauts][3]' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term '[Der Tod und das Mädchen][4]' +THEN the linker MUST link the term with its glossary definition. + +GIVEN term '[Äquator][5]' +THEN the linker MUST link the term with its glossary definition. + +GIVEN a compound term 'Äquatorregion' AND GIVEN '[Äquator][5]' is a glossary term +THEN the linker MUST NOT link the compound with a glossary definition. + +GIVEN a compound term 'Faßöl' +WITH '[Faß][6]' being a glossary term + AND '[Faß][6]' ending with a non-ASCII character + AND 'öl' beginning with a non-ASCII character +THEN 'Faßöl' MUST NOT be split into two words +AND 'Faßöl' MUST NOT be linked to the glossary definition of '[Faß][6]'. + + + +GIVEN a term '[中国][7]' with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '[zhōngguó][8]' with non-ASCII symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '[中国China][9]' beginning with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '[China中国][10]' ending with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '[中China国][11]' beginning and ending with non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +GIVEN a term '[Chi中国na][12]' containing non-ASCII chinese symbols +THEN the linker MUST link the term with its glossary definition. + +[1]: unicode-glossary.md#äöüß-term-begins-with-umlauts + +[2]: unicode-glossary.md#term-ends-with-umlauts-äöüß + +[3]: unicode-glossary.md#term-contains-äöüß-umlauts + +[4]: unicode-glossary.md#der-tod-und-das-mädchen + +[5]: unicode-glossary.md#äquator + +[6]: unicode-glossary.md#faß + +[7]: unicode-glossary.md#中国 + +[8]: unicode-glossary.md#zhōngguó + +[9]: unicode-glossary.md#中国china + +[10]: unicode-glossary.md#china中国 + +[11]: unicode-glossary.md#中china国 + +[12]: unicode-glossary.md#chi中国na diff --git a/test/output-expected/features/config-glossaries/unicode-glossary.md b/test/output-expected/features/config-glossaries/unicode-glossary.md new file mode 100644 index 00000000..06f228c0 --- /dev/null +++ b/test/output-expected/features/config-glossaries/unicode-glossary.md @@ -0,0 +1,59 @@ +# [Unicode Tests](#unicode-tests) + + + +## [äöüß Term begins with Umlauts](#äöüß-term-begins-with-umlauts) + +Testing German Umlauts. + +## [Term ends with Umlauts äöüß](#term-ends-with-umlauts-äöüß) + +Testing German Umlauts. + +## [Term contains äöüß Umlauts](#term-contains-äöüß-umlauts) + +Testing German Umlauts. + +## [Der Tod und das Mädchen](#der-tod-und-das-mädchen) + +Classical composition by Franz Schubert (The Death and the Maiden). + +## [Äquator](#äquator) + +GIVEN a compound term 'Äquatorregion' AND GIVEN 'Äquator' is a glossary term +THEN the linker MUST NOT link the compound with a glossary definition. + +## [Faß](#faß) + +GIVEN a compound term 'Faßöl' +WITH 'Faß' being a glossary term + AND 'Faß' ending with a non-ASCII character + AND 'öl' beginning with a non-ASCII character +THEN 'Faßöl' MUST NOT be split into two words +AND 'Faßöl' MUST NOT be linked to the glossary definition of 'Faß'. + + + +## [中国](#中国) + +China + +## [zhōngguó](#zhōngguó) + +China (spelling) + +## [中国China](#中国china) + +Word begins with symbols + +## [China中国](#china中国) + +Word ends with symbols + +## [中China国](#中china国) + +Word begins and ends with symbols + +## [Chi中国na](#chi中国na) + +Word contains symbols diff --git a/test/output-expected/features/i18n/document_de.md b/test/output-expected/features/i18n/document_de.md deleted file mode 100644 index 1d5bb688..00000000 --- a/test/output-expected/features/i18n/document_de.md +++ /dev/null @@ -1,32 +0,0 @@ -GIVEN term '[äöüß Term begins with Umlauts][1]' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term '[Term ends with Umlauts äöüß][2]' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term '[Term contains äöüß Umlauts][3]' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term '[Der Tod und das Mädchen][4]' -THEN the linker MUST link the term with its glossary definition. - -GIVEN term '[Äquator][5]' -THEN the linker MUST link the term with its glossary definition. - -GIVEN compound term 'Äquatorregion' AND GIVEN '[Äquator][5]' is a glossary term -THEN the linker MUST NOT link the compound with a glossary definition. - -GIVEN compound term 'Faßöl' AND GIVEN '[Faß][6]' is a glossary term -THEN the linker MUST NOT link the compound with its glossary definition. - -[1]: glossary_de.md#äöüß-term-begins-with-umlauts - -[2]: glossary_de.md#term-ends-with-umlauts-äöüß - -[3]: glossary_de.md#term-contains-äöüß-umlauts - -[4]: glossary_de.md#der-tod-und-das-mädchen - -[5]: glossary_de.md#äquator - -[6]: glossary_de.md#faß diff --git a/test/output-expected/features/i18n/glossary_de.md b/test/output-expected/features/i18n/glossary_de.md deleted file mode 100644 index f73c9f15..00000000 --- a/test/output-expected/features/i18n/glossary_de.md +++ /dev/null @@ -1,27 +0,0 @@ -# [German special character tests](#german-special-character-tests) - -## [äöüß Term begins with Umlauts](#äöüß-term-begins-with-umlauts) - -Testing German Umlauts. - -## [Term ends with Umlauts äöüß](#term-ends-with-umlauts-äöüß) - -Testing German Umlauts. - -## [Term contains äöüß Umlauts](#term-contains-äöüß-umlauts) - -Testing German Umlauts. - -## [Der Tod und das Mädchen](#der-tod-und-das-mädchen) - -Classical composition by Franz Schubert (The Death and the Maiden). - -## [Äquator](#äquator) - - - -## [Faß](#faß) diff --git a/test/output-expected/glossarify-md.conf.json b/test/output-expected/glossarify-md.conf.json index 7e1f9b9c..9cd6c9fd 100644 --- a/test/output-expected/glossarify-md.conf.json +++ b/test/output-expected/glossarify-md.conf.json @@ -14,8 +14,7 @@ { "file": "./glossary.md", "termHint": "↴"}, { "file": "./glossary_formatted.md", "termHint": "ⓕ"}, { "file": "./paths/uppercase/Glossary_Uppercase.md" }, - { "file": "./features/aliases_and_synonyms/glossary.md" }, - { "file": "./features/i18n/glossary_de.md"} + { "file": "./features/aliases_and_synonyms/glossary.md" } ], "linking": "relative", "ignoreCase": false, diff --git a/test/output-expected/terms.json b/test/output-expected/terms.json index aa01faa1..eb9eba14 100644 --- a/test/output-expected/terms.json +++ b/test/output-expected/terms.json @@ -1,36 +1,4 @@ [ - { - "shortDesc": "", - "term": "äöüß Term begins with Umlauts", - "hint": "", - "longDesc": "Testing German Umlauts.", - "anchor": "#äöüß-term-begins-with-umlauts", - "glossary": { - "file": "./features/i18n/glossary_de.md", - "termHint": "", - "basePath": "/{redacted}/input/features/i18n/glossary_de.md", - "outPath": "/{redacted}/output-actual/features/i18n/glossary_de.md" - }, - "regex": {}, - "aliases": [], - "ignoreCase": false - }, - { - "shortDesc": "", - "term": "Äquator", - "hint": "", - "longDesc": "", - "anchor": "#äquator", - "glossary": { - "file": "./features/i18n/glossary_de.md", - "termHint": "", - "basePath": "/{redacted}/input/features/i18n/glossary_de.md", - "outPath": "/{redacted}/output-actual/features/i18n/glossary_de.md" - }, - "regex": {}, - "aliases": [], - "ignoreCase": false - }, { "shortDesc": "", "term": "China", @@ -52,22 +20,6 @@ ], "ignoreCase": false }, - { - "shortDesc": "", - "term": "Der Tod und das Mädchen", - "hint": "", - "longDesc": "Classical composition by Franz Schubert (The Death and the Maiden).", - "anchor": "#der-tod-und-das-mädchen", - "glossary": { - "file": "./features/i18n/glossary_de.md", - "termHint": "", - "basePath": "/{redacted}/input/features/i18n/glossary_de.md", - "outPath": "/{redacted}/output-actual/features/i18n/glossary_de.md" - }, - "regex": {}, - "aliases": [], - "ignoreCase": false - }, { "shortDesc": "", "term": "dolor", @@ -84,22 +36,6 @@ "aliases": [], "ignoreCase": false }, - { - "shortDesc": "", - "term": "Faß", - "hint": "", - "longDesc": "", - "anchor": "#faß", - "glossary": { - "file": "./features/i18n/glossary_de.md", - "termHint": "", - "basePath": "/{redacted}/input/features/i18n/glossary_de.md", - "outPath": "/{redacted}/output-actual/features/i18n/glossary_de.md" - }, - "regex": {}, - "aliases": [], - "ignoreCase": false - }, { "shortDesc": "THEN short description MUST be detected completely.", "term": "GIVEN full description is a blockquote", @@ -375,38 +311,6 @@ ], "ignoreCase": false }, - { - "shortDesc": "", - "term": "Term contains äöüß Umlauts", - "hint": "", - "longDesc": "Testing German Umlauts.", - "anchor": "#term-contains-äöüß-umlauts", - "glossary": { - "file": "./features/i18n/glossary_de.md", - "termHint": "", - "basePath": "/{redacted}/input/features/i18n/glossary_de.md", - "outPath": "/{redacted}/output-actual/features/i18n/glossary_de.md" - }, - "regex": {}, - "aliases": [], - "ignoreCase": false - }, - { - "shortDesc": "", - "term": "Term ends with Umlauts äöüß", - "hint": "", - "longDesc": "Testing German Umlauts.", - "anchor": "#term-ends-with-umlauts-äöüß", - "glossary": { - "file": "./features/i18n/glossary_de.md", - "termHint": "", - "basePath": "/{redacted}/input/features/i18n/glossary_de.md", - "outPath": "/{redacted}/output-actual/features/i18n/glossary_de.md" - }, - "regex": {}, - "aliases": [], - "ignoreCase": false - }, { "shortDesc": "", "term": "Unicode Support",