black/tests
Łukasz Langa e36b8c71bb [blib2to3] Support non-ASCII identifiers
This support isn't *exactly* right per PEP 3131 as the regex engine is a bit
too limited for that and I didn't want to spend time on Other_ID_Start and
Other_ID_Continue unless they're actually needed.

Hopefully this doesn't slow it down too much.
2018-04-05 02:29:01 -07:00
..
cantfit.py Initial commit 2018-03-14 12:55:32 -07:00
comments2.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments3.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments4.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
comments.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
composition.py Normalize string quotes (#75) 2018-03-31 11:21:25 -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 Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
expression.diff [blib2to3] Support non-ASCII identifiers 2018-04-05 02:29:01 -07:00
expression.py [blib2to3] Support non-ASCII identifiers 2018-04-05 02:29:01 -07:00
fmtonoff.py Ignore # fmt: off as inline comment 2018-04-01 00:08:09 -07:00
fstring.py Normalize string quotes (#75) 2018-03-31 11:21:25 -07:00
function.py Don't insert trailing commas after standalone comments 2018-03-31 23:32:11 -07:00
import_spacing.py Lines now break before all delimiters (#94) 2018-03-31 11:52:11 -07:00
python2.py Automatic detection of deprecated Python 2 forms of print and exec 2018-03-22 23:19:23 -07:00
string_quotes.py Handle arbitrary number of backslashes during string normalization (#110) 2018-04-05 02:28:46 -07:00
test_black.py Improve test coverage a bit 2018-03-31 15:46:09 -07:00