black/tests
Zsolt Dollenstein 51b3b2624d Handle backslashes in raw strings while normalizing (#105)
In raw strings, a single backslash means a literal backslash. It is also used to escape quotes if it precedes them. This means it is impossible to change the quote type for strings that contain an unescaped version of the other quote type.
Fixes #100
2018-04-04 13:20:46 -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 Support --diff for both files and stdin 2018-03-31 15:46:09 -07:00
expression.py Lines now break before all delimiters (#94) 2018-03-31 11:52:11 -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 backslashes in raw strings while normalizing (#105) 2018-04-04 13:20:46 -07:00
test_black.py Improve test coverage a bit 2018-03-31 15:46:09 -07:00