]> 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:

Format hex code in unicode escape sequences in string literals (#2916)
authorShivansh-007 <shivansh-007@outlook.com>
Sun, 22 Jan 2023 13:21:09 +0000 (18:51 +0530)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 13:21:09 +0000 (05:21 -0800)
commiteabff673b37c5430d4cf72fa050a189a57be2deb
treea9de3804c04ca7e793c84b605533ef74742454c9
parent1557f7d3a380ed38801f5fada27550c10f89870f
Format hex code in unicode escape sequences in string literals (#2916)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
CHANGES.md
src/black/linegen.py
src/black/mode.py
src/black/strings.py
tests/data/preview/format_unicode_escape_seq.py [new file with mode: 0644]