[Chapel Merge] Make a string start on the same line as the openin

Branch: refs/heads/main
Revision: eafb97f
Author: daviditen
Link: Make a string start on the same line as the opening quote by daviditen · Pull Request #20174 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20174 from daviditen/remove-blank-line-in-script

Make a string start on the same line as the opening quote

[reviewed by @dlongnecke-cray]

The string that defines a bash script in this test started with a newline
character because it was written as:

const script = """

"""; This recently stopped working on some test systems because there was a blank line before the #! line in the script. Move the to the same line as the opening triple quote. Signed-off-by: David Iten daviditen@users.noreply.github.com Modified Files: M test/library/packages/HDF5/readChunks1DPreprocess.chpl Compare: https://github.com/chapel-lang/chapel/compare/ec6e10b4f530...eafb97ff261e