aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/dollar_squote_bash2.tests
blob: 4497728132e48d6fc7018ba904ec471d0807a7fa (plain)
1
2
3
4
5
6
7
8
9
10
# Embedded NULs
echo $'str\x00'strstrstrstrstrstrstrstrstrstrstrstrstrstrstrstr
echo $'str\000'strstrstrstrstrstrstrstrstrstrstrstrstrstrstrstr

# The chars after '\' are hex 0x80,81,82...
echo 80:$'\�'
echo 81:$'\�'
echo 82:$'\�'

echo Done:$?