summary refs log blame commit diff stats
path: root/test/strings.cratera
blob: d2189a5e70e00adbda4e3be5faccd27666add9a0 (plain) (tree)
1
2
3
4
5
6





                                                  
local longstring = [[
Test.
Test.
]]

assert(longstring == "Test.\nTest.\n", longstring)