summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/dollar_squote_bash2.tests (plain)
blob: 4497728132e48d6fc7018ba904ec471d0807a7fa
1# Embedded NULs
2echo $'str\x00'strstrstrstrstrstrstrstrstrstrstrstrstrstrstrstr
3echo $'str\000'strstrstrstrstrstrstrstrstrstrstrstrstrstrstrstr
4
5# The chars after '\' are hex 0x80,81,82...
6echo 80:$'\'
7echo 81:$'\'
8echo 82:$'\'
9
10echo Done:$?
11