When printing a string that spans multiple lines to the developer console, only the first line ever gets displayed. This is a recent change of behavior and did not occur until a few days ago.
print([[Hello
World]])
The issue persists when using either the multi-line string formation delimiters [[]]
or the linefeed escape sequence \n
.