diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-26 15:12:09 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-26 15:15:07 +0200 |
| commit | 6ef362c490bc2608c971eeabd5930ea0d8893dbe (patch) | |
| tree | d745b8b5427b5831998b289dc30bd0a75fe2d6be /tests/Kstr | |
| parent | 7374891d0a9b455ff7d20e84efd0e6b1e3705c11 (diff) | |
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
Diffstat (limited to 'tests/Kstr')
| -rw-r--r-- | tests/Kstr | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -30,8 +30,7 @@ config ADVANCED prompt "prompt 2" menuconfig ADVANCED - prompt "prompt 3" - depends on DEP2 + prompt "prompt 3" if DEP2 && (DEP3 || !DEP4 || !(DEP5 && DEP6)) if DEP3 |
