aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/plus.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/plus.yue')
-rw-r--r--spec/inputs/plus.yue8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/inputs/plus.yue b/spec/inputs/plus.yue
index e387090..9c500a4 100644
--- a/spec/inputs/plus.yue
+++ b/spec/inputs/plus.yue
@@ -8,13 +8,13 @@ c.repeat.if\then("xyz")\else res
8 8
9print @for,@@function 123 9print @for,@@function 123
10 10
11if fcolor = message\match "<%w*>" then message = message\gsub "<%->", fcolor 11if fcolor := message\match "<%w*>" then message = message\gsub "<%->", fcolor
12 12
13message = message\gsub "<%->", fcolor if fcolor = message\match "<%w*>" 13message = message\gsub "<%->", fcolor if fcolor := message\match "<%w*>"
14 14
15valA = func! if func = getfunc! 15valA = func! if func := getfunc!
16 16
17local valA = func! if func = getfunc! 17local valA = func! if func := getfunc!
18 18
19valB = do 19valB = do
20 func = getfunc! 20 func = getfunc!