aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/Makefile
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2021-10-14 20:53:42 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2021-10-27 19:05:19 +0000
commit72f750dc7c7324c3999e4d6cfbb2758694893cdd (patch)
tree76ef0d831d77f7c74e082bf950649e439428eca8 /bin/sh/tests/parser/Makefile
parent628c3b307fb29e9812008b8a0b3ccb73e0f0ecfa (diff)
downloadsrc-72f750dc7c7324c3999e4d6cfbb2758694893cdd.tar.gz
src-72f750dc7c7324c3999e4d6cfbb2758694893cdd.zip
sh: Fix heredoc at certain places in case and for
After an unescaped newline, there may be a here-document. Some places in case and for did not check for one. Reviewed by: bdrewery Differential Revision: https://reviews.freebsd.org/D32628
Diffstat (limited to 'bin/sh/tests/parser/Makefile')
-rw-r--r--bin/sh/tests/parser/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sh/tests/parser/Makefile b/bin/sh/tests/parser/Makefile
index f3a15badeb52..3239f5bccd84 100644
--- a/bin/sh/tests/parser/Makefile
+++ b/bin/sh/tests/parser/Makefile
@@ -65,6 +65,9 @@ ${PACKAGE}FILES+= heredoc10.0
${PACKAGE}FILES+= heredoc11.0
${PACKAGE}FILES+= heredoc12.0
${PACKAGE}FILES+= heredoc13.0
+${PACKAGE}FILES+= heredoc14.0
+${PACKAGE}FILES+= heredoc15.0
+${PACKAGE}FILES+= heredoc16.0
${PACKAGE}FILES+= line-cont1.0
${PACKAGE}FILES+= line-cont2.0
${PACKAGE}FILES+= line-cont3.0