summaryrefslogtreecommitdiff
path: root/python/testData/codeInsight/smartEnter/withOnlyColonMissing_after.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/codeInsight/smartEnter/withOnlyColonMissing_after.py')
-rw-r--r--python/testData/codeInsight/smartEnter/withOnlyColonMissing_after.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/testData/codeInsight/smartEnter/withOnlyColonMissing_after.py b/python/testData/codeInsight/smartEnter/withOnlyColonMissing_after.py
new file mode 100644
index 000000000000..09a090ef65d3
--- /dev/null
+++ b/python/testData/codeInsight/smartEnter/withOnlyColonMissing_after.py
@@ -0,0 +1,2 @@
+with open('file.txt') as f:
+ <caret> \ No newline at end of file