]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Improve String Handling (#1132)
authorBryan Bugyi <bryan.bugyi@rutgers.edu>
Fri, 8 May 2020 12:56:21 +0000 (08:56 -0400)
committerGitHub <noreply@github.com>
Fri, 8 May 2020 12:56:21 +0000 (14:56 +0200)
commit544ea9c217cad9459d7b60665db787e94b52f93d
treeaad52a9a56e9cc26669683456d6b79078edee851
parent07c046b7cd0e4ced8f1713c8b8fa9fb0190cf472
Improve String Handling (#1132)

This pull request's main intention is to wraps long strings (as requested by #182); however, it also provides better string handling in general and, in doing so, closes the following issues:

Closes #26
Closes #182
Closes #933
Closes #1183
Closes #1243
14 files changed:
black.py
blib2to3/pgen2/pgen.py
blib2to3/pgen2/tokenize.py
gallery/gallery.py
tests/data/cantfit.py
tests/data/comments4.py
tests/data/comments6.py
tests/data/comments7.py
tests/data/composition.py
tests/data/long_strings.py [new file with mode: 0644]
tests/data/long_strings__edge_case.py [new file with mode: 0644]
tests/data/long_strings__regression.py [new file with mode: 0644]
tests/data/string_quotes.py
tests/test_black.py