diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-07-01 13:09:26 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-07-01 13:09:26 -0400 |
| commit | ba66a51a9e1ae0b732578f0f90702088dfe976a3 (patch) | |
| tree | 896fd9557fc7514278ba8ba97ccad5eba0a05aca | |
| parent | 7dc8189266d8f235b4b7f645e427e15b14a35fd8 (diff) | |
Add multiline string literal test
| -rw-r--r-- | test/text.tm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/text.tm b/test/text.tm index 9df48467..edc3b37b 100644 --- a/test/text.tm +++ b/test/text.tm @@ -92,3 +92,11 @@ func main(): = "n" >> amelie:has(amelie2) + + + >> multiline := " + line one + line two + " + = "line one\nline two" + |
