From 2e9a3cdf009e80caced01f81dc34d2968346d429 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 5 Sep 2017 21:20:11 -0700 Subject: Added longstrings and removed indentification step. --- utils.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils.moon') diff --git a/utils.moon b/utils.moon index 3004c58..ee97903 100644 --- a/utils.moon +++ b/utils.moon @@ -17,9 +17,9 @@ utils = { when 'string' if not add_quotes x - elseif not x\find[["]] + elseif not x\find[["]] and not x\find"\n" "\"#{x}\"" - elseif not x\find[[']] + elseif not x\find[[']] and not x\find"\n" "\'#{x}\'" else for i=0,math.huge -- cgit v1.2.3