From af9b4d2b93ac3ffe838881c940997bb659ee30d0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 19 Dec 2020 16:47:32 -0500 Subject: Update termTags for termGrouped mode to include all definition tags (#1138) * Update termTags for termGrouped mode to include all definition tags * Update tests --- test/data/test-translator-data.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'test/data') 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": [ -- cgit v1.2.3