aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/cond.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/cond.yue')
-rw-r--r--spec/inputs/cond.yue2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/cond.yue b/spec/inputs/cond.yue
index 773ef91..9981e93 100644
--- a/spec/inputs/cond.yue
+++ b/spec/inputs/cond.yue
@@ -158,7 +158,7 @@ do
158---------------- 158----------------
159 159
160a = 12 160a = 12
161a,c,b = "cool" if something 161a,c,b = "cool", nil, nil if something
162 162
163 163
164 164