layouts: Add us_wide

This commit is contained in:
Dorota Czaplejewicz
2019-10-16 10:32:26 +00:00
parent 1b1fbed7de
commit 35ad61890e
3 changed files with 96 additions and 1 deletions

View File

@ -47,7 +47,16 @@ endforeach
# The layout test is in the examples directory
# due to the way Cargo builds executables
# and the need to call it manually
foreach layout : ['us', 'de', 'el', 'es', 'it', 'ja+kana', 'nb', 'number']
foreach layout : [
'us', 'us_wide',
'de',
'el',
'es',
'it',
'ja+kana',
'nb',
'number',
]
test(
'test_layout_' + layout,
cargo_script,