Files
@ 078136fd83fb
Branch filter:
Location: kallithea/docs/theme/nature/layout.html
078136fd83fb
1.0 KiB
text/html
tests: fix Git on Windows sometimes failing on ' or ` in file:/// URLs
Some Git versions will fail when cloning a repository like:
git clone file:///path/to/strange-file-'`foobar myclone
Since '` (and some other characters) are filtered anyway (in
lib.utils.repo_name_slug) I think this test doesn't need to test those
characters.
Some Git versions will fail when cloning a repository like:
git clone file:///path/to/strange-file-'`foobar myclone
Since '` (and some other characters) are filtered anyway (in
lib.utils.repo_name_slug) I think this test doesn't need to test those
characters.