nt9856x/BSP/busybox/shell/ash_test/ash-quoting/dollar_squote_bash1.tests
2023-03-28 15:07:53 +08:00

9 lines
181 B
Plaintext
Executable File

echo $'a\tb'
echo "$'a\tb'"
echo $'a\nb' $'c\nd''ef'
echo $'a\'b' $'c\"d' $'e\\f'
echo $'a\63b' $'c\063b' $'e\0633f'
echo $'a\80b' $'c\608b'
echo $'a\x33b' $'c\x330b'
echo $'x\x9y'