summaryrefslogtreecommitdiff
path: root/python/testData/refactoring/inlinelocal/resultExceedsRightMargin.before.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/refactoring/inlinelocal/resultExceedsRightMargin.before.py')
-rw-r--r--python/testData/refactoring/inlinelocal/resultExceedsRightMargin.before.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/testData/refactoring/inlinelocal/resultExceedsRightMargin.before.py b/python/testData/refactoring/inlinelocal/resultExceedsRightMargin.before.py
new file mode 100644
index 000000000000..8910b0d40270
--- /dev/null
+++ b/python/testData/refactoring/inlinelocal/resultExceedsRightMargin.before.py
@@ -0,0 +1,3 @@
+s = '123456789|123456789|123456789|123456789|123456789|'
+
+result = s + s + s \ No newline at end of file