Studio Shell 1.2 SSMS - Not Recognizing the " ` " tick for line continuation.
description
The expected behaviour when using the " " tick is to accept to run the script continuing on the next line, and still this is a oneliner. Current in StudioShell, if you leave the tick out it will work but this is wrong.
For example, the following oneliner will execute in PowerShell console:
PS> $TestString
= `
"Test Continuation";
if you try this on StudioShell, it breaks (see attached image).
By the way, I can't highlight to copy the text of the screen... I will logged this one in.
:)