]> git.ipfire.org Git - thirdparty/dhcp.git/blob - keama/tests/tautologyhexa.err
[#64,!35] Restored work
[thirdparty/dhcp.git] / keama / tests / tautologyhexa.err
1 # bad (tautology) class declaration config
2
3 # class declaration
4 class "tautology" {
5 # tautology
6 # note that true does not work as it is a variable reference
7 # and for the same reason quotes are needed (or one can use hexa)
8 match if 12:34 = 56:78:9a;
9 }