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, 5 insertions, 1 deletions
diff --git a/spec/inputs/plus.moon b/spec/inputs/plus.moon
index 8a91c93..f455845 100644
--- a/spec/inputs/plus.moon
+++ b/spec/inputs/plus.moon
@@ -11,5 +11,9 @@ if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor
11 11
12message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" 12message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>"
13 13
14func val if val = getvalue! 14valA = func! if func = getfunc!
15
16valB = do
17 func = getfunc!
18 func?!
15 19