diff options
Diffstat (limited to 'spec/inputs/plus.moon')
-rw-r--r-- | spec/inputs/plus.moon | 6 |
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 | ||
8 | print @for,@@function 123 | 8 | print @for,@@function 123 |
9 | 9 | ||
10 | if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor | ||
11 | |||
12 | message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" | ||
13 | |||
14 | func val if val = getvalue! | ||
15 | |||