Re: [PATCH 2/2] t9902-completion: exercise __git_complete_index_file() directly

2018-05-21 Thread Johannes Schindelin
Hi Gábor, On Fri, 18 May 2018, SZEDER Gábor wrote: > The tests added in 2f271cd9cf (t9902-completion: add tests > demonstrating issues with quoted pathnames, 2018-05-08) and in > 2ab6eab4fe (completion: improve handling quoted paths in 'git > ls-files's output, 2018-03-28) have a few shortcomings

Re: [PATCH 2/2] t9902-completion: exercise __git_complete_index_file() directly

2018-05-18 Thread Eric Sunshine
On Fri, May 18, 2018 at 10:17 AM, SZEDER Gábor wrote: > The tests added in 2f271cd9cf (t9902-completion: add tests > demonstrating issues with quoted pathnames, 2018-05-08) and in > 2ab6eab4fe (completion: improve handling quoted paths in 'git > ls-files's output, 2018-03-28) have a few shortcomin

[PATCH 2/2] t9902-completion: exercise __git_complete_index_file() directly

2018-05-18 Thread SZEDER Gábor
The tests added in 2f271cd9cf (t9902-completion: add tests demonstrating issues with quoted pathnames, 2018-05-08) and in 2ab6eab4fe (completion: improve handling quoted paths in 'git ls-files's output, 2018-03-28) have a few shortcomings: - All these test use the 'test_completion' helper functi