black/tests
Łukasz Langa c55d08d0b9 Remove standalone comment hacks
Now Black properly splits standalone comments within bracketed expressions.
They are treated as another type of split instead of being bolted on with
whitespace prefixes.

A related fix: now multiple comments might appear after a given leaf.

Fixes #22
2018-03-29 21:10:00 -07:00
..
cantfit.py Initial commit 2018-03-14 12:55:32 -07:00
comments2.py Treat comments less magically 2018-03-20 18:55:19 -07:00
comments3.py Remove standalone comment hacks 2018-03-29 21:10:00 -07:00
comments.py Implement # fmt: off and # fmt: on 2018-03-23 17:16:08 -07:00
composition.py Initial commit 2018-03-14 12:55:32 -07:00
debug_visitor.out blib2to3: Never put prefixes on INDENT leaves either 2018-03-23 17:15:47 -07:00
debug_visitor.py Introduce DebugVisitor.show() + tests 2018-03-23 16:08:05 -07:00
empty_lines.py Allow up to two empty lines on module level and single empty lines otherwise 2018-03-26 22:55:56 -07:00
expression.py Don't remove the single trailing comma from square bracket indexing 2018-03-22 16:33:50 -07:00
fmtonoff.py Implement # fmt: off and # fmt: on 2018-03-23 17:16:08 -07:00
fstring.py Only use trailing commas in function signatures when it's safe 2018-03-15 19:44:09 -07:00
function.py Don't crash and burn on empty lines with trailing whitespace 2018-03-26 18:41:25 -07:00
import_spacing.py Treat comments less magically 2018-03-20 18:55:19 -07:00
python2.py Automatic detection of deprecated Python 2 forms of print and exec 2018-03-22 23:19:23 -07:00
test_black.py Remove standalone comment hacks 2018-03-29 21:10:00 -07:00