~vcs-imports/busybox/trunk

« back to all changes in this revision

Viewing changes to shell/hush_test/hush-quoting/dollar_squote_bash1.tests

  • Committer: Denys Vlasenko
  • Author(s): Christian Franke
  • Date: 2023-11-13 10:32:35 UTC
  • Revision ID: git-v1:a63b60bdd6fa26b867c80d44074118babbae7ffd
Cygwin: regenerate defconfig

Signed-off-by: Christian Franke <christian.franke@t-online.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
echo $'a\tb'
 
2
echo "$'a\tb'"
 
3
echo $'a\nb' $'c\nd''ef'
 
4
echo $'a\'b' $'c\"d' $'e\\f'
 
5
echo $'a\63b' $'c\063b' $'e\0633f'
 
6
echo $'a\80b' $'c\608b'
 
7
echo $'a\x33b' $'c\x330b'
 
8
echo $'x\x9y'