From 6ef362c490bc2608c971eeabd5930ea0d8893dbe Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 26 Mar 2018 15:12:09 +0200 Subject: Refactor expr_str() cases - Detect Symbol directly instead of as (not tuple) + (not choice) - Test explicitly for a tuple (non-Symbol) in NOT - Add some tests to get better coverage for NOT and parentheses --- testsuite.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index 7617226..9177efd 100644 --- a/testsuite.py +++ b/testsuite.py @@ -528,8 +528,7 @@ config ADVANCED prompt "prompt 2" menuconfig ADVANCED - prompt "prompt 3" if DEP2 - depends on DEP2 + prompt "prompt 3" if DEP2 && (DEP3 || !DEP4 || !(DEP5 && DEP6)) config ADVANCED depends on DEP4 && DEP3 -- cgit v1.2.3