summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/parser/heredoc2.0
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/parser/heredoc2.0')
-rw-r--r--tools/regression/bin/sh/parser/heredoc2.039
1 files changed, 0 insertions, 39 deletions
diff --git a/tools/regression/bin/sh/parser/heredoc2.0 b/tools/regression/bin/sh/parser/heredoc2.0
deleted file mode 100644
index 4bb85ad..0000000
--- a/tools/regression/bin/sh/parser/heredoc2.0
+++ /dev/null
@@ -1,39 +0,0 @@
-# $FreeBSD$
-
-failures=0
-
-check() {
- if ! eval "[ $* ]"; then
- echo "Failed: $*"
- : $((failures += 1))
- fi
-}
-
-s='ast*que?non' sq=\' dq=\"
-
-check '"$(cat <<EOF
-${s}
-EOF
-)" = "ast*que?non"'
-
-check '"$(cat <<EOF
-${s+'$sq'x'$sq'}
-EOF
-)" = ${sq}x${sq}'
-
-check '"$(cat <<EOF
-${s#ast}
-EOF
-)" = "*que?non"'
-
-check '"$(cat <<EOF
-${s##"ast"}
-EOF
-)" = "*que?non"'
-
-check '"$(cat <<EOF
-${s##'$sq'ast'$sq'}
-EOF
-)" = "*que?non"'
-
-exit $((failures != 0))
OpenPOWER on IntegriCloud