summaryrefslogtreecommitdiff
path: root/python/testData/inspections/ConvertSingleQuotedDocstringEscape.py
blob: 9d28bfcd98f986684a8f0e54773d87a155eb18e1 (plain)
1
2
3
def foo():
  <weak_warning descr="Triple double-quoted strings should be used for docstrings."><caret>'</weak_warning>bla "blub"<weak_warning descr="Triple double-quoted strings should be used for docstrings.">'</weak_warning>
  pass