Test a prefix with a bad suffix.
This commit is contained in:
parent
5dfb6f6110
commit
c23ec06376
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@ func (t *EventCodeParserTests) TestParseCodeInvalid() {
|
||||||
{"badbutton", "BTN"},
|
{"badbutton", "BTN"},
|
||||||
{"ABS_X", "BTN"},
|
{"ABS_X", "BTN"},
|
||||||
{"!@#$%^&*(){}-_", "BTN"},
|
{"!@#$%^&*(){}-_", "BTN"},
|
||||||
{"RE_X", "ABS"},
|
{"REL_X", "ABS"},
|
||||||
|
{"ABS_W", "ABS"},
|
||||||
{"0", "ABS"},
|
{"0", "ABS"},
|
||||||
{"0xg", "ABS"},
|
{"0xg", "ABS"},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue