aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/plus.moon
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/plus.moon')
-rw-r--r--spec/inputs/plus.moon6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon
index 7b9ef05..8a91c93 100644
--- a/spec/inputs/plus.moon
+++ b/spec/inputs/plus.moon
@@ -7,3 +7,9 @@ c.repeat.if\then("xyz")\else res
7 7
8print @for,@@function 123 8print @for,@@function 123
9 9
10if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor
11
12message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>"
13
14func val if val = getvalue!
15