mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-08 15:00:37 -04:00
(test)(pronouns) ensure that pronouns.emoji.morphemes contains known morphemes
This commit is contained in:
parent
75c7b8889a
commit
94f4c0435a
@ -79,12 +79,7 @@ pronouns:
|
||||
emoji:
|
||||
description: 'Pronomi con le emoji'
|
||||
history: '{https://lgbta.wikia.org/wiki/Emojiself_Pronouns=Emojiself} pronouns are intended for online communication and not supposed to be pronounced.'
|
||||
morphemes:
|
||||
pronoun_subject: '#'
|
||||
pronoun_object: '#'
|
||||
possessive_determiner: 'di''#'
|
||||
possessive_pronoun: 'di''#'
|
||||
reflexive: '#stesso'
|
||||
morphemes: {}
|
||||
examples: ['💫', '💙']
|
||||
mirror:
|
||||
route: 'specchio'
|
||||
|
@ -29,11 +29,7 @@ pronouns:
|
||||
description: '이모티콘 자체 대명사'
|
||||
history: '{https://lgbta.wikia.org/wiki/Emojiself_Pronouns=이모티콘 자체 대명사}는 온라인 커뮤니케이션을 위한 것이며 발음해서는 안 됩니다.'
|
||||
morphemes:
|
||||
pronoun_subject: '#'
|
||||
pronoun_object: '#'
|
||||
possessive_determiner: '#것'
|
||||
possessive_pronoun: '#꺼'
|
||||
reflexive: '#자기'
|
||||
pronoun: '#'
|
||||
examples: ['💫', '💙']
|
||||
others: '기타 대명사'
|
||||
|
||||
|
@ -36,7 +36,6 @@ pronouns:
|
||||
pronoun_l: '#'
|
||||
pronoun_all: ''
|
||||
adjective_n: '#'
|
||||
adjective_n_alt: '#'
|
||||
adjective_ll: ''
|
||||
adjective_middle: ''
|
||||
verb_end_inter: '#'
|
||||
|
@ -75,7 +75,7 @@ pronouns:
|
||||
morphemes:
|
||||
pronoun_n: '#'
|
||||
pronoun_dg: 'lui #'
|
||||
strenghtening: 'însuși'
|
||||
strengthening: 'însuși'
|
||||
first_article: 'L-am'
|
||||
second_article: ''
|
||||
examples: ['💫', '💙']
|
||||
|
@ -14,4 +14,10 @@ describe.each(allLocales)('config for $code', async ({ code }) => {
|
||||
}
|
||||
expect(morphemes).toEqual(expect.arrayContaining(Object.keys(config.pronouns.null.morphemes)));
|
||||
});
|
||||
test('pronouns.null.emoji contain valid morphemes', () => {
|
||||
if (!config.pronouns.emoji) {
|
||||
return;
|
||||
}
|
||||
expect(morphemes).toEqual(expect.arrayContaining(Object.keys(config.pronouns.emoji.morphemes)));
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user