add test for us(altgr+intl) keyboard layout

This commit is contained in:
Abdo Roig-Maranges 2016-03-30 17:03:28 +02:00
parent cb46f09361
commit 20bfcdc614
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ describe("awful.widget.keyboardlayout get_groups_from_group_names", function()
{ file = "de", group_idx = 1 }, { file = "de", group_idx = 1 },
{ file = "jp", group_idx = 1 } { file = "jp", group_idx = 1 }
}, },
["us(altgr-intl)"] = {
{ file = "us", group_idx = 1, section = "altgr-intl" }
},
-- possible eight variations of a single term -- possible eight variations of a single term
["de"] = { ["de"] = {
{ file = "de", group_idx = 1 } { file = "de", group_idx = 1 }