aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/whitespace.yue39
1 files changed, 39 insertions, 0 deletions
diff --git a/spec/inputs/whitespace.yue b/spec/inputs/whitespace.yue
index e501d3d..a999143 100644
--- a/spec/inputs/whitespace.yue
+++ b/spec/inputs/whitespace.yue
@@ -160,4 +160,43 @@ local a,\
160 b,\ 160 b,\
161 c 161 c
162 162
163do
164 tb =
165
166
167 -- one
168
169
170 -- a
171 a: 1 -- 1
172
173 -- two
174 b: -> -- 2
175
176 tb2 = {
177
178
179 -- one
180
181
182 -- a
183 a: 1 -- 1
184
185 -- two
186 b: -> -- 2
187 }
188
189 tb3 = class -- dsd
190
191
192
193 -- one
194
195 -- a
196 a: 1 -- 1
197
198 -- two
199 b: -> -- 2
200
201
163nil 202nil