Skip to content
Snippets Groups Projects
Commit 8b14a593 authored by Ian Lee's avatar Ian Lee
Browse files

Add regression reported for #319

parent 497f1db5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,6 +27,9 @@ if (foo is None and bar is "e000" and \
blah = 'yeahnah'
#
#: Okay
a = '1234567890123456789012345678901234567890123456789012345678901234567890' or \
'1234567890123456789012345678901234567890123456789012345678901234567890' # noqa
#: Okay
a = ('AAA'
'BBB')
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment