From: Johannes Sixt Date: Wed, 14 Mar 2012 19:50:21 +0000 (+0100) Subject: t4034: diff.*.wordregex should not be "sticky" in --word-diff X-Git-Tag: v1.7.10.1~17^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/62d39359af1a46de68b600c0dc73a98b78aa5523?hp=62d39359af1a46de68b600c0dc73a98b78aa5523 t4034: diff.*.wordregex should not be "sticky" in --word-diff The test case applies a custom wordRegex to one file in a diff, and expects that the default word splitting applies to the second file in the diff. But the custom wordRegex is also incorrectly used for the second file. Helped-by: Thomas Rast Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano ---