From f75494d2830f241033c09ef10190971fe5cdc1d5 Mon Sep 17 00:00:00 2001 From: Amire80 Date: Mon, 14 May 2018 13:24:31 +0300 Subject: [PATCH] Add hyw to tests for Georgian and Armenian --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index c86aa13..f963da6 100644 --- a/test/index.js +++ b/test/index.js @@ -144,7 +144,7 @@ describe( 'languagedata', function () { // group. Actually, this may become wrong some day. assert.deepEqual( orphanScripts(), [], 'All scripts belong to script groups.' ); assert.deepEqual( languageData.getLanguagesInScript( 'Guru' ), [ 'pa-guru' ], '"pa-guru" is written in script Guru, and "pa" is skipped as a redirect' ); - assert.deepEqual( languageData.getLanguagesInScripts( [ 'Geor', 'Armn' ] ), [ 'hy', 'ka', 'xmf' ], 'languages in scripts Geor and Armn are selected correctly' ); + assert.deepEqual( languageData.getLanguagesInScripts( [ 'Geor', 'Armn' ] ), [ 'hy', 'hyw', 'ka', 'xmf' ], 'languages in scripts Geor and Armn are selected correctly' ); assert.deepEqual( languageData.getLanguagesInScript( 'Knda' ), [ 'kn', 'tcy' ], 'languages in script Knda are selected correctly' );