Skip to content

PyQuoteSpacingBearTest.py: Add tests for slash

Viresh Gupta requested to merge addSlashTests into master

For multiline strings that are combined using a \

e.g:

x = 'string on line one'\
    'string lying on line two'

Merge request reports