From eeee360fb0f17a45b414abefac429cf3c960035a Mon Sep 17 00:00:00 2001 From: "Evgeniy A. Dushistov" Date: Fri, 24 Jun 2022 21:32:10 +0300 Subject: [PATCH] t_json: add data about new dictionary --- tests/t_json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/t_json b/tests/t_json index 40d3128..9019fe9 100755 --- a/tests/t_json +++ b/tests/t_json @@ -18,7 +18,8 @@ test_json() { fi } -test_json '[{"name": "Test synonyms", "wordcount": "2"}, +test_json '[{"name": "Russian-English Dictionary (ru-en)", "wordcount": "415144"}, + {"name": "Test synonyms", "wordcount": "2"}, {"name": "Test multiple results", "wordcount": "246"}, {"name": "Sample 1 test dictionary", "wordcount": "1"}, {"name": "test_dict", "wordcount": "1"}]' -x -j -l -n --data-dir "$TEST_DIR"