fi: add tests
This commit is contained in:
@ -8,6 +8,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
||||
("de", include_str!("../data/keyboards/de.yaml")),
|
||||
("el", include_str!("../data/keyboards/el.yaml")),
|
||||
("es", include_str!("../data/keyboards/es.yaml")),
|
||||
("fi", include_str!("../data/keyboards/fi.yaml")),
|
||||
("it", include_str!("../data/keyboards/it.yaml")),
|
||||
("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")),
|
||||
("nb", include_str!("../data/keyboards/nb.yaml")),
|
||||
|
||||
@ -52,6 +52,7 @@ foreach layout : [
|
||||
'de',
|
||||
'el',
|
||||
'es',
|
||||
'fi',
|
||||
'it',
|
||||
'ja+kana',
|
||||
'nb',
|
||||
|
||||
Reference in New Issue
Block a user