Shuqi Liang <cheskaqiqi@xxxxxxxxx> writes: The example Andrei gave you, i.e. Test scripts in file t4113-apply-ending.sh are written in old style, where the test_expect_success command and test title are written on separate lines ... was quite readable, but this > Change the old style '\' to new style "'" is almost impossible to understand without knowing that this wanted to say what Andrei gave in a different way. The title is worse. It's not replacing a backslash with a single quote, which would result in -test_expect_success setup \ +test_expect_success setup ' 'git update-index --add file' and obviously that is not what you did (or wanted to do). > Signed-off-by: Shuqi Liang <cheskaqiqi@xxxxxxxxx> > --- > t/t4113-apply-ending.sh | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) The patch text looks OK.