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

torture test (#2815)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Sat, 29 Jan 2022 00:48:38 +0000 (16:48 -0800)
committerGitHub <noreply@github.com>
Sat, 29 Jan 2022 00:48:38 +0000 (16:48 -0800)
commit4ce049dbfa8ddd00bff3656cbca6ecf5f85c413e
tree87531fe0ceeefe45e3d8a85d2a5fb125a41b675a
parent343795029f0d3ffa2f04ca5074a18861b2831d39
torture test (#2815)

Fixes #2651. Fixes #2754. Fixes #2518. Fixes #2321.

This adds a test that lists a number of cases of unstable formatting
that we have seen in the issue tracker. Checking it in will ensure
that we don't regress on these cases.
tests/data/torture.py [new file with mode: 0644]
tests/test_format.py