Expand the test for {interpolation} after two double quotes

This commit is contained in:
Rangi42
2025-07-31 07:07:49 -04:00
parent a36f2b3b7d
commit 32b5ef5095
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
def hello = $11
def goodbye = $22
def concat equs """++ "hi world" ++"""
println ""{concat}""
def greeting equs "hello"
println ""{greeting}