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")),
 | 
					    ("de", include_str!("../data/keyboards/de.yaml")),
 | 
				
			||||||
    ("el", include_str!("../data/keyboards/el.yaml")),
 | 
					    ("el", include_str!("../data/keyboards/el.yaml")),
 | 
				
			||||||
    ("es", include_str!("../data/keyboards/es.yaml")),
 | 
					    ("es", include_str!("../data/keyboards/es.yaml")),
 | 
				
			||||||
 | 
					    ("fi", include_str!("../data/keyboards/fi.yaml")),
 | 
				
			||||||
    ("it", include_str!("../data/keyboards/it.yaml")),
 | 
					    ("it", include_str!("../data/keyboards/it.yaml")),
 | 
				
			||||||
    ("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")),
 | 
					    ("ja+kana", include_str!("../data/keyboards/ja+kana.yaml")),
 | 
				
			||||||
    ("nb", include_str!("../data/keyboards/nb.yaml")),
 | 
					    ("nb", include_str!("../data/keyboards/nb.yaml")),
 | 
				
			||||||
 | 
				
			|||||||
@ -52,6 +52,7 @@ foreach layout : [
 | 
				
			|||||||
    'de',
 | 
					    'de',
 | 
				
			||||||
    'el',
 | 
					    'el',
 | 
				
			||||||
    'es',
 | 
					    'es',
 | 
				
			||||||
 | 
					    'fi',
 | 
				
			||||||
    'it',
 | 
					    'it',
 | 
				
			||||||
    'ja+kana',
 | 
					    'ja+kana',
 | 
				
			||||||
    'nb',
 | 
					    'nb',
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user