Reports unclosed heredoc delimiters at the end of the file.

Examples:

This code will report missing FILE2 and FILE3 delimiters.

  RUN <<FILE1 cat > file1 && <<FILE2 cat > file2 && <<FILE3 cat > file3
  mkdir -p foo/bar
  FILE1