From 845070b8170d6f8e6e9e1dbed8d6da39678cbd81 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 26 Jun 2021 12:37:38 -0400 Subject: Translator sorting updates (#1755) * Update when definition sorting takes place * Update test data * Change order of sorting --- test/data/translator-test-results.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/data/translator-test-results.json b/test/data/translator-test-results.json index 48feadf1..e363c901 100644 --- a/test/data/translator-test-results.json +++ b/test/data/translator-test-results.json @@ -5854,7 +5854,7 @@ ] }, { - "index": 1, + "index": 2, "headwordIndices": [ 1 ], @@ -5888,7 +5888,7 @@ ] }, { - "index": 2, + "index": 1, "headwordIndices": [ 0 ], @@ -6194,7 +6194,7 @@ ] }, { - "index": 1, + "index": 2, "headwordIndices": [ 1 ], @@ -6228,7 +6228,7 @@ ] }, { - "index": 2, + "index": 1, "headwordIndices": [ 0 ], @@ -10642,7 +10642,7 @@ ] }, { - "index": 1, + "index": 2, "headwordIndices": [ 1 ], @@ -10676,7 +10676,7 @@ ] }, { - "index": 2, + "index": 1, "headwordIndices": [ 0 ], @@ -10982,7 +10982,7 @@ ] }, { - "index": 1, + "index": 2, "headwordIndices": [ 1 ], @@ -11016,7 +11016,7 @@ ] }, { - "index": 2, + "index": 1, "headwordIndices": [ 0 ], -- cgit v1.2.3