LorettaDevs/Loretta

Line breaks on Multi-Line strings are handled incorrectly

Fiusen opened this issue · 0 comments

Example script:

local str = [[
a]]

str is actually only "a", as the first line break is skipped if its the first character on the string for whatever reason

uW8XfxFfmP

HXPcp1L