mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
New option --ignore-case.
This commit is contained in:
14
tests/permutc2.gperf
Normal file
14
tests/permutc2.gperf
Normal file
@@ -0,0 +1,14 @@
|
||||
%{
|
||||
/* Test of a hash function which has to deal with permutation and
|
||||
case-independence. Without case-independence, the alpha_inc is 1.
|
||||
With case-independence, the alpha_inc is 3. */
|
||||
%}
|
||||
%%
|
||||
az
|
||||
za
|
||||
ay
|
||||
ya
|
||||
x{
|
||||
x[
|
||||
{w
|
||||
[w
|
||||
Reference in New Issue
Block a user