diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-15 17:25:46 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-15 17:25:46 +1100 |
commit | 3a0b2be6e28b5bd8f44bd4d05fa99850630a9338 (patch) | |
tree | b705af94a71d9310e5b48f863f1ece229bf8fde9 /tests/basics/string_format2.py | |
parent | d65371538d8ecdc64691f1c522b5b9ecc1299c7f (diff) |
tests/basics/string_format2: Adjust comment now that tests succeed.
Diffstat (limited to 'tests/basics/string_format2.py')
-rw-r--r-- | tests/basics/string_format2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/string_format2.py b/tests/basics/string_format2.py index e211535be..881ff4f80 100644 --- a/tests/basics/string_format2.py +++ b/tests/basics/string_format2.py @@ -1,6 +1,6 @@ # comprehensive functionality test for {} format string -int_tests = False # these take a while, and some give wrong results +int_tests = False # these take a while char_tests = True str_tests = True |