Fix nested undefined interpolation segfault (#1542)

This commit is contained in:
Sylvie
2024-10-15 18:09:47 -04:00
committed by GitHub
parent a13723c523
commit a2ff653a83
3 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
def p = {{a}}
def q = "{b}"
def r = "{{c}}"