summaryrefslogtreecommitdiff
path: root/tests/testOptions.pl
blob: c880579476d9a185a9f3783ce59a28e986b75411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/env perl

use strict;
use warnings;
use xkbTestFunc;

xkbTestFunc::backupXkbSettings();
                                                                                                                 
xkbTestFunc::dumpXkbSettingsBackup();

xkbTestFunc::testLevel2( "group", "option", 4, ":", "", 0, 0 );

xkbTestFunc::restoreXkbSettings();