summaryrefslogtreecommitdiff
path: root/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py')
-rw-r--r--python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py b/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py
new file mode 100644
index 000000000000..9ba6589ffc37
--- /dev/null
+++ b/python/testData/intentions/PyConvertFormatOperatorToMethodIntentionTest/concatenated.py
@@ -0,0 +1,2 @@
+print('<caret>%(quantity)s pounds of '
+ '%(type)s' % dict(quantity=42, type='spam')) \ No newline at end of file