X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/882d8795c6ff65c02f2657e596391748d1b6b7f5:/tests/data/cases/docstring_preview_no_string_normalization.py..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/tests/data/cases/static/gitweb.js diff --git a/tests/data/cases/docstring_preview_no_string_normalization.py b/tests/data/cases/docstring_preview_no_string_normalization.py deleted file mode 100644 index 712c736..0000000 --- a/tests/data/cases/docstring_preview_no_string_normalization.py +++ /dev/null @@ -1,11 +0,0 @@ -# flags: --preview --skip-string-normalization -def do_not_touch_this_prefix(): - R"""There was a bug where docstring prefixes would be normalized even with -S.""" - - -def do_not_touch_this_prefix2(): - FR'There was a bug where docstring prefixes would be normalized even with -S.' - - -def do_not_touch_this_prefix3(): - u'''There was a bug where docstring prefixes would be normalized even with -S.'''