diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-04-20 14:33:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-20 14:33:35 -0700 |
| commit | cbfe844aa1b6b0b9513f2ae2fc3d18ff3dd385e6 (patch) | |
| tree | bd8f27ecb42654e3e52eaca0f37b8976eb87bfcd /t | |
| parent | The tenth batch (diff) | |
| parent | userdiff: support regexec(3) with multi-byte support (diff) | |
| download | git-cbfe844aa1b6b0b9513f2ae2fc3d18ff3dd385e6.tar.gz git-cbfe844aa1b6b0b9513f2ae2fc3d18ff3dd385e6.zip | |
Merge branch 'rs/userdiff-multibyte-regex'
The userdiff regexp patterns for various filetypes that are built
into the system have been updated to avoid triggering regexp errors
from UTF-8 aware regex engines.
* rs/userdiff-multibyte-regex:
userdiff: support regexec(3) with multi-byte support
Diffstat (limited to 't')
| -rwxr-xr-x | t/t4034-diff-words.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t4034-diff-words.sh b/t/t4034-diff-words.sh index 15764ee9ac..74586f3813 100755 --- a/t/t4034-diff-words.sh +++ b/t/t4034-diff-words.sh @@ -69,6 +69,10 @@ test_language_driver () { echo "* diff='"$lang"'" >.gitattributes && word_diff --color-words ' + test_expect_success "diff driver '$lang' in Islandic" ' + LANG=is_IS.UTF-8 LANGUAGE=is LC_ALL="$is_IS_locale" \ + word_diff --color-words + ' } test_expect_success setup ' |
