diff options
author | svu <svu> | 2006-10-22 15:07:04 +0000 |
---|---|---|
committer | svu <svu> | 2006-10-22 15:07:04 +0000 |
commit | 9c9d5faaf25791161b7f31f6a8316b1f75a4da78 (patch) | |
tree | dc1c3e12e671460fa11897000d10ef021dcd204a /tests | |
parent | a923a4bd1e9273bda4272fe14c78309801a37e20 (diff) |
Added a bit of comments
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ruby/find_match.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ruby/find_match.rb b/tests/ruby/find_match.rb index 4a806913..6335d957 100644 --- a/tests/ruby/find_match.rb +++ b/tests/ruby/find_match.rb @@ -1,3 +1,11 @@ +# +# $Id$ +# The script finds best matching xkb_symbols in symbols/in +# +# Parameters: $0 - the name of the file with new xkb_symbols +# $1 - max number of non-matching mappings (0 by default) +# + require "xkbparser.rb" basedir = "../.." |