mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-25 04:11:42 +02:00
more test suite changes to partially highlight warning messages; several fixes to bracket expression parsing with equivalence classes, collating symbols, and character classes together with range expressions
This commit is contained in:
+2
-2
@@ -23,8 +23,8 @@ TestCnt=0
|
||||
|
||||
localewarn()
|
||||
{
|
||||
echo "unicode1.sub: warning: you do not have the $1 locale installed;" >&2
|
||||
echo "unicode1.sub: that will cause some of these tests to be skipped." >&2
|
||||
echo "${CSTART}unicode1.sub: warning${CEND}: you do not have the $1 locale installed;" >&2
|
||||
echo "${TAB}that will cause some of these tests to be skipped." >&2
|
||||
}
|
||||
|
||||
function TestCodePage {
|
||||
|
||||
Reference in New Issue
Block a user