diff --git a/test/completion/std.py b/test/completion/std.py index 1d79377f..9d105b42 100644 --- a/test/completion/std.py +++ b/test/completion/std.py @@ -7,6 +7,9 @@ std library stuff # ----------------- import re c = re.compile(r'a') +# re.compile should not return str -> issue #68 +#? [] +c.startswith #? int() c.match().start()