Add multiline string literal test
This commit is contained in:
parent
7dc8189266
commit
ba66a51a9e
@ -92,3 +92,11 @@ func main():
|
||||
= "n"
|
||||
|
||||
>> amelie:has(amelie2)
|
||||
|
||||
|
||||
>> multiline := "
|
||||
line one
|
||||
line two
|
||||
"
|
||||
= "line one\nline two"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user