aboutsummaryrefslogtreecommitdiff
path: root/utils.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-11 19:23:55 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-11 19:23:55 -0700
commitc26db225f3d27d3cea6353246d816b02ff4f2900 (patch)
tree22995bd62da4f067cac21421234d54ec49e0beb1 /utils.moon
parente0d39996becc7ae379bae2298ee3294eb7c7c802 (diff)
working towards moving more code into nomic.
Diffstat (limited to 'utils.moon')
-rw-r--r--utils.moon2
1 files changed, 1 insertions, 1 deletions
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