*OS*=debian12 *BASH_VERSION*="5.2.15(1)-release" the script test.sh has the following content:
echo !(file.f*)
Now calling bash pretty-print result in this error:
*bash --pretty-print test.sh*
file1: line 2: syntax error near unexpected token `('
file1: line 2: `echo !(file.f*)'
