📄 comsub-posix.tests
字号:
# works rightecho ab$(echo mnop)yz# works rightecho ab$(echo mnop)yz## works rightecho $(echo ab )# works rightecho $()echo $()echo ab$()cdecho $(case a in (a) echo sh_352.26ax; esac )echo $(case a in (a) echo sh_352.26ay; esac)echo $((echo sh_352.25a);(echo sh_352.25b))echo $(echo sh_352.27 ')' ")" \) # ) comment )echo $(echo abc # a comment with ))echo $(cat <<eofhere doc with )eof)echo $(echo ')')unset xx=$(cat <<"EOF"bad' syntaxEOF)echo "$x"unset xecho $(for f in \); do echo a; done )echo $(case a in a) echo sh_352.26a; esac )echo $(case a in a) echo sh_352.26a; esac)echo $(case a in (a) echo sh_352.26 ;; esac )echo $(case a in a) echo sh_352.26 ;; esac )echo $(case a in a) echo sh_352.26 ;; esac )echo $(( 4<(2+3) ? 1 : 32))echo $(cat << endsh_352.28 )end)echo $(cat <<- end sh_352.28 ) end)k=$(case x in x) echo k;; esac)echo $kx=$( case $(ls) in example) echo foobix;; esac)echo $( echo ab\cd)echo `echo abcd`echo `echo ab #xyzcd`echo "$(echo abcde)"recho "$(echo abcde) "echo $(echo abcde)\foorecho $(echo abcde)\ foorecho "wx$(echo abcde)yz"recho "$(echo abcde)"echo $(cat <<eof'eof)echo after 1echo $(cat <<\eof'eof)echo after 2echo "$(cat <<\eof'eof)"echo after 3echo "$(cat <<\eof`eof)"echo after 4echo $(cat << ')'hello))echo after 5echo $(cat <<'eof''eof)echo after 6echo $( case x in x) echo x;; esac)echo $( case x in (x) echo x;; esac)echo $( echo 'quoted )')echo $( echo comment # with ))echo $(cat <<\eof here-doc with )eof)echo $(cat <<\) here-doc terminated with a parenthesis))echo $(cat <<\eof ' # or a single back- or doublequoteeof)${THIS_SH} ./comsub-posix1.sub${THIS_SH} ./comsub-posix2.sub${THIS_SH} ./comsub-posix3.sub# produced a parse error through bash-4.0-beta2: $(echo foo)""# produced a parse error through bash-4.1unset xx=$(echo yes# a comment with " ' \)echo $xunset x# fixed after bash-4.0 released: $(case a in a) echo ;; # commentesac)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -