Add multiline string literal test

This commit is contained in:
Bruce Hill 2024-07-01 13:09:26 -04:00
parent 7dc8189266
commit ba66a51a9e

View File

@ -92,3 +92,11 @@ func main():
= "n"
>> amelie:has(amelie2)
>> multiline := "
line one
line two
"
= "line one\nline two"