From 7684135b994a9cf1efa064214fadafcb7c6f599c Mon Sep 17 00:00:00 2001 From: David Halter Date: Thu, 18 Jul 2013 16:45:27 +0200 Subject: [PATCH] finally found a test for unicode problems --- test/completion/basic.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/completion/basic.py b/test/completion/basic.py index 610e9997..cedfd9f5 100644 --- a/test/completion/basic.py +++ b/test/completion/basic.py @@ -239,3 +239,7 @@ A().hello a = 'smörbröd' #? str() a +xyz = 'smörbröd.py' +if 1: + #? str() + xyz