Issue ID:
Type
Bug
Title:
FIX: OtterScript syntax highlighting indicates an unterminated string if calling a function whose single-quoted string argument ends with a parenthesis
Created:
6/3/2024 3:24:58 AM by Alex
Status:
Awaiting Release on 6/3/2024 8:24:49 PM
Last pulled:
6/14/2024 10:56:37 PM
Description:
Sample code: ``` set $FileName = $PSEval('[IO.Path]::GetRandomFileName()'); if $Extension != '' { set $FileName = "$FileName$Extension"; } ```