mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-21 12:57:58 +02:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
. ./test-glue-functions
|
|
|
|
recho $'\c?'
|
|
|
|
echo $'\c?' | od -t a | _intl_normalize_spaces
|
|
echo $'\c[\c\\\c]\c^\c_\c?' | od -t a | _intl_normalize_spaces
|
|
|
|
echo $'\q'
|