The perl code is a bit structured now
[xorg/xkeyboard-config] / tests / testLayouts.pl
1 #!/bin/env perl
2
3 use strict;
4 use xkbTestFunc;
5
6 backupXkbSettings();
7                                                                                                                  
8 dumpXkbSettings( $origXkbRules, $origXkbModel, $origXkbLayouts, $origXkbVariants, $origXkbOptions );
9
10 testLevel2( "layout", "variant", 2, "(", ")" );
11
12 restoreXkbSettings();