diff options
Diffstat (limited to 'toot-toot.tlv')
-rw-r--r-- | toot-toot.tlv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toot-toot.tlv b/toot-toot.tlv index 35d8b15..8f224c4 100644 --- a/toot-toot.tlv +++ b/toot-toot.tlv @@ -119,6 +119,8 @@ > end > result = result..'}' > return result + > elseif type(x) == 'string' then + > return '"'..x..'"' > end > return tostring(x) >end |