add a pathological test case for here doc related to eof marker and other ugly corner cases
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
exit EOF-f
|
||||
"
|
||||
echo 1
|
||||
moo
|
||||
EOF-f
|
||||
EOF-f f
|
||||
EOF-f
|
||||
Executable
+10
@@ -0,0 +1,10 @@
|
||||
f=1
|
||||
cat <<- EOF-f
|
||||
exit EOF-f
|
||||
"
|
||||
echo $f
|
||||
moo
|
||||
EOF-f
|
||||
EOF-f f
|
||||
EOF-f
|
||||
EOF-f
|
||||
Reference in New Issue
Block a user