From 2d391d8f369a40b438a1b246c888bb42b2e14278 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 20 Jul 2018 22:03:43 +0200 Subject: Fix detection of hex literals Missing 'not'. Add some literals to the Kstrict testcase. --- tests/Kstrict | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/Kstrict') 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 -- cgit v1.2.3