Re: [PATCH v2 03/27] parse_arg(): Really test that argument is properly terminated

2014-03-31 Thread Michael Haggerty
On 03/31/2014 11:36 PM, Junio C Hamano wrote: > Michael Haggerty writes: > >> Test that the argument is properly terminated by either whitespace or >> a NUL character, even if it is quoted, to be consistent with the >> non-quoted case. Adjust the tests to expect the new error message. >> Add a d

Re: [PATCH v2 03/27] parse_arg(): Really test that argument is properly terminated

2014-03-31 Thread Junio C Hamano
Michael Haggerty writes: > Test that the argument is properly terminated by either whitespace or > a NUL character, even if it is quoted, to be consistent with the > non-quoted case. Adjust the tests to expect the new error message. > Add a docstring to the function, incorporating the comments t

[PATCH v2 03/27] parse_arg(): Really test that argument is properly terminated

2014-03-24 Thread Michael Haggerty
Test that the argument is properly terminated by either whitespace or a NUL character, even if it is quoted, to be consistent with the non-quoted case. Adjust the tests to expect the new error message. Add a docstring to the function, incorporating the comments that were formerly within the functi