diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-06-26 12:37:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 12:37:38 -0400 |
commit | 845070b8170d6f8e6e9e1dbed8d6da39678cbd81 (patch) | |
tree | 5b62957fe5f310975799bf22e0dd5f1f9f682c14 /test | |
parent | 6e0a367afcae07ae6f8274c7310950af613b4bf0 (diff) |
Translator sorting updates (#1755)
* Update when definition sorting takes place
* Update test data
* Change order of sorting
Diffstat (limited to 'test')
-rw-r--r-- | test/data/translator-test-results.json | 16 |
1 files changed, 8 insertions, 8 deletions
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 ], |