diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-12-19 16:47:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 16:47:32 -0500 |
commit | af9b4d2b93ac3ffe838881c940997bb659ee30d0 (patch) | |
tree | f43755bb75e101ffec27cd728072afdb65babcf7 /test | |
parent | bef8612665829b5b00cc049f3466057e89b52f1b (diff) |
Update termTags for termGrouped mode to include all definition tags (#1138)
* Update termTags for termGrouped mode to include all definition tags
* Update tests
Diffstat (limited to 'test')
-rw-r--r-- | test/data/test-translator-data.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/test/data/test-translator-data.json b/test/data/test-translator-data.json index e29075f5..45f7dd09 100644 --- a/test/data/test-translator-data.json +++ b/test/data/test-translator-data.json @@ -7957,6 +7957,24 @@ "score": 0, "dictionary": "Test Dictionary 2", "redundant": false + }, + { + "name": "tag6", + "category": "default", + "notes": "", + "order": 0, + "score": 0, + "dictionary": "Test Dictionary 2", + "redundant": false + }, + { + "name": "tag7", + "category": "default", + "notes": "", + "order": 0, + "score": 0, + "dictionary": "Test Dictionary 2", + "redundant": false } ], "termFrequency": "normal", @@ -8038,6 +8056,24 @@ "score": 0, "dictionary": "Test Dictionary 2", "redundant": false + }, + { + "name": "tag6", + "category": "default", + "notes": "", + "order": 0, + "score": 0, + "dictionary": "Test Dictionary 2", + "redundant": false + }, + { + "name": "tag7", + "category": "default", + "notes": "", + "order": 0, + "score": 0, + "dictionary": "Test Dictionary 2", + "redundant": false } ], "definitions": [ |