diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-16 11:00:00 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-16 11:00:27 +0100 |
| commit | b0f8aaee8ee3858adf448efb615bb4b6bc24fb2a (patch) | |
| tree | 556fc6685f055236e372ea9328bfda6ceb7fd878 /testsuite.py | |
| parent | 25237035bebc5f90d564d0073fae43c21680ab94 (diff) | |
Clarify testsuite comment.
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index afc3fbb..ec086d5 100644 --- a/testsuite.py +++ b/testsuite.py @@ -318,7 +318,7 @@ def run_selftests(): verify_eval('"foo" != "bar"', "y") verify_eval('"foo" = "bar"', "n") verify_eval('"foo" = "foo"', "y") - # As a quirk, undefined values get their name as their value + # Undefined symbols get their name as their value c.set_print_warnings(False) verify_eval("'not_defined' = not_defined", "y") verify_eval("not_defined_2 = not_defined_2", "y") |
