aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/text.tm8
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"
+