one more test - but still problems passing it
[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, "(", ")", 1, 1 );
12
13 xkbTestFunc::restoreXkbSettings();