Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_bash
/
refs/heads/n2
/
.
/
tests
/
builtins2.sub
blob: e4cb32ae6bc3145e0ae91cc66ce757db1532df15 [
file
] [
log
] [
blame
]
# test behavior of shopt xpg_echo
USG_ECHO
=
off
shopt
-
q xpg_echo
&&
USG_ECHO
=
on
shopt
-
u xpg_echo
echo
'a\n\n\nb'
shopt
-
s xpg_echo
echo
'a\n\n\nb'