From: SZEDER Gábor Date: Mon, 16 Apr 2018 22:41:05 +0000 (+0200) Subject: t9902-completion: add tests demonstrating issues with quoted pathnames X-Git-Tag: v2.18.0-rc0~20^2~12 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5bb534a620a1e7424e80cc89c53f9e3573fba0bc?hp=5bb534a620a1e7424e80cc89c53f9e3573fba0bc t9902-completion: add tests demonstrating issues with quoted pathnames Completion functions see all words on the command line verbatim, including any backslash-escapes, single and double quotes that might be there. Furthermore, git commands quote pathnames if they contain certain special characters. All these create various issues when doing git-aware path completion. Add a couple of failing tests to demonstrate these issues. Later patches in this series will discuss these issues in detail as they fix them. Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano ---