diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-20 22:03:43 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-07-20 22:09:51 +0200 |
| commit | 2d391d8f369a40b438a1b246c888bb42b2e14278 (patch) | |
| tree | 726f594ef52eb8b32c12d488c54e2a3e35a6acbb /tests/Kstrict | |
| parent | 52a099982ecb66eec1ae180f02fe58f2d9264078 (diff) | |
Fix detection of hex literals
Missing 'not'. Add some literals to the Kstrict testcase.
Diffstat (limited to 'tests/Kstrict')
| -rw-r--r-- | tests/Kstrict | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Kstrict b/tests/Kstrict index 463a1c8..fae521a 100644 --- a/tests/Kstrict +++ b/tests/Kstrict @@ -8,6 +8,13 @@ config BOOL config INT int range UNDEF_2 8 + default 10 + range 5 15 + +config HEX + hex + range 0x123 0X456 + default 0x200 menu "menu" depends on UNDEF_1 |
