black/tests/data/preview
Richard Si 4f0532d6f0
Don't (ever) put a single-char closing docstring quote on a new line (#3166)
Doing so is invalid. Note this only fixes the preview style since the
logic putting closing docstring quotes on their own line if they violate
the line length limit is quite new.

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2022-07-13 22:26:05 -04:00
..
cantfit.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
comments7.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
comments8.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
docstring_preview.py Don't (ever) put a single-char closing docstring quote on a new line (#3166) 2022-07-13 22:26:05 -04:00
long_strings__edge_case.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
long_strings__regression.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
long_strings.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
one_element_subscript.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
percent_precedence.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
remove_await_parens.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
remove_except_parens.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
remove_for_brackets.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00
remove_newline_after_code_block_open.py Remove newline after code block open (#3035) 2022-06-11 09:55:01 +03:00
return_annotation_brackets.py Remove hard coded test cases (#3062) 2022-05-18 12:11:37 -07:00