diff options
Diffstat (limited to 'spec/inputs/cond.yue')
-rw-r--r-- | spec/inputs/cond.yue | 2 |
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 | ||
160 | a = 12 | 160 | a = 12 |
161 | a,c,b = "cool" if something | 161 | a,c,b = "cool", nil, nil if something |
162 | 162 | ||
163 | 163 | ||
164 | 164 | ||