summaryrefslogtreecommitdiff
path: root/python/testData/mover/selection.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/mover/selection.py')
-rw-r--r--python/testData/mover/selection.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/testData/mover/selection.py b/python/testData/mover/selection.py
new file mode 100644
index 000000000000..d8cbff6450f7
--- /dev/null
+++ b/python/testData/mover/selection.py
@@ -0,0 +1,11 @@
+def f(a, b, c):
+ if b:
+ pass
+ elif a:
+ c = <selection>1
+ if b:
+ a = 3
+ else:
+ b<caret></selection> = 4
+ else:
+ pass