summaryrefslogtreecommitdiff
path: root/python/testData/inspections/ReplacePrintComment.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/testData/inspections/ReplacePrintComment.py')
-rw-r--r--python/testData/inspections/ReplacePrintComment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/testData/inspections/ReplacePrintComment.py b/python/testData/inspections/ReplacePrintComment.py
new file mode 100644
index 000000000000..1cf3778b69b1
--- /dev/null
+++ b/python/testData/inspections/ReplacePrintComment.py
@@ -0,0 +1 @@
+<warning descr="Statement seems to have no effect and can be replaced with function call to have effect">print</warning><error descr="End of statement expected"> </error><warning descr="Statement seems to have no effect">'%s %s %s %s' % bar</warning> # <- doesn't work either \ No newline at end of file