3 test_description
='grep icase on non-English locales'
5 TEST_PASSES_SANITIZE_LEAK
=true
8 test_expect_success GETTEXT_ISO_LOCALE
'setup' '
9 printf "TILRAUN: Halló Heimur!" >file &&
11 LC_ALL="$is_IS_iso_locale" &&
15 test_expect_success GETTEXT_ISO_LOCALE
,PCRE
'grep pcre string' '
16 git grep --perl-regexp -i "TILRAUN: H.lló Heimur!" &&
17 git grep --perl-regexp -i "TILRAUN: H.LLÓ HEIMUR!"