tinkerun-vscode
tinkerun-vscode copied to clipboard
Multiple line text not work
Example:
$variable = '
Hello
Summer
' ;
dd($variable);
it will not work
The output show the line breaks with \n. I think should display the string normally, the text and normal spaces.