From e18361d16154f397514e82bff9591114f0d0e4b8 Mon Sep 17 00:00:00 2001 From: David Halter Date: Mon, 3 Sep 2012 00:00:55 +0200 Subject: [PATCH] goto tests for position zero statements --- test/completion/goto.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/completion/goto.py b/test/completion/goto.py index bf2d783b..038b2857 100644 --- a/test/completion/goto.py +++ b/test/completion/goto.py @@ -1,10 +1,12 @@ # goto command test are a different in syntax -a = 1 +definition = 3 +#! 0 ['a=definition'] +a = definition #! [] b -#! ['a=1'] +#! ['a=definition'] a b = a