diff options
| -rw-r--r-- | testsuite.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite.py b/testsuite.py index e87a589..945017c 100644 --- a/testsuite.py +++ b/testsuite.py @@ -156,12 +156,12 @@ def run_selftests(): True, True, False, True, True, True) - print "Testing string literal (constant symbol) lexing..." - # # String literal lexing. (This tests an internal API.) # + print "Testing string literal (constant symbol) lexing..." + c = kconfiglib.Config("Kconfiglib/tests/empty") def verify_string_lex(s, res): @@ -224,12 +224,12 @@ def run_selftests(): verify_string_bad(r""" "foo """) verify_string_bad(r""" 'foo """) - print "Testing is_modifiable() and range queries..." - # # is_modifiable() # + print "Testing is_modifiable() and range queries..." + c = kconfiglib.Config("Kconfiglib/tests/Kmodifiable") for sym_name in ("VISIBLE", "TRISTATE_SELECTED_TO_M", "VISIBLE_STRING", |
