[PATCH] tests/unicode1.sub: fixup

2023-11-22 Thread Grisha Levit
Many of the tests in unicode.sub don't actually run because the arrays containing codepoints to test are sparse and the TestCodePage function assumes that they are not. If that's fixed, the zh_TW.BIG5 tests run but fail. I'm not sure what the original intent was, they seem to expect U+00F6..U+00FE

Re: bash.1: "Theextglob"

2023-11-22 Thread Grisha Levit
On Wed, Nov 22, 2023, 15:55 Jakub Wilk wrote: > Bash Version: 5.2 > Patch Level: 15 > Release Status: release > > Description: > > In the manual page, space is missing between "The" and "extglob". > > Repeat-By: > > $ man bash | grep Thee >Theextglob option changes

bash.1: "Theextglob"

2023-11-22 Thread Jakub Wilk
Bash Version: 5.2 Patch Level: 15 Release Status: release Description: In the manual page, space is missing between "The" and "extglob". Repeat-By: $ man bash | grep Thee Theextglob option changes the behavior of the parser, since the paren- -- Jakub Wilk