summary refs log tree commit diff stats
path: root/test/strings.cratera
diff options
context:
space:
mode:
Diffstat (limited to 'test/strings.cratera')
-rw-r--r--test/strings.cratera6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/strings.cratera b/test/strings.cratera
new file mode 100644
index 0000000..d2189a5
--- /dev/null
+++ b/test/strings.cratera
@@ -0,0 +1,6 @@
+local longstring = [[
+Test.
+Test.
+]]
+
+assert(longstring == "Test.\nTest.\n", longstring)