Makedonian problem fixed - and BOTH tests are OK
[xorg/xkeyboard-config] / tests / testLayouts.pl
1 #!/bin/env perl
2
3 use strict;
4 use warnings;
5 use xkbTestFunc;
6
7 xkbTestFunc::backupXkbSettings();
8                                                                                                                  
9 xkbTestFunc::dumpXkbSettingsBackup();
10
11 xkbTestFunc::testLevel2( "layout", "variant", 2, "(", ")" );
12
13 xkbTestFunc::restoreXkbSettings();