From c26db225f3d27d3cea6353246d816b02ff4f2900 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 11 Sep 2017 19:23:55 -0700 Subject: working towards moving more code into nomic. --- utils.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.moon') diff --git a/utils.moon b/utils.moon index 33e1312..a186d3c 100644 --- a/utils.moon +++ b/utils.moon @@ -13,7 +13,7 @@ utils = { if utils.is_list x "{#{table.concat([utils.repr(i, true) for i in *x], ", ")}}" else - "{#{table.concat(["[#{utils.repr(k, true)}]: #{utils.repr(v, true)}" for k,v in pairs x], ", ")}}" + "{#{table.concat(["[#{utils.repr(k, true)}]= #{utils.repr(v, true)}" for k,v in pairs x], ", ")}}" when 'string' if not add_quotes x -- cgit v1.2.3