Fix test-data.

This commit is contained in:
Dmitry Trofimov
2014-02-04 14:59:19 +04:00
parent f0ffa4f56c
commit fc1469bd8f
8 changed files with 8 additions and 8 deletions
@@ -1,4 +1,4 @@
if False:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,5 +1,5 @@
if False:
if True:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,4 +1,4 @@
while False:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,5 +1,5 @@
while False:
if True:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,4 +1,4 @@
if True:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,5 +1,5 @@
if True:
while False:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,4 +1,4 @@
while True:
#comment
# comment
x = 1<caret>
y = 2
@@ -1,5 +1,5 @@
while True:
while False:
#comment
# comment
x = 1<caret>
y = 2