aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/test/in_expression_spec.lua
blob: fc118c26fa7e8060a5fa6c8df73781fe3d2eff6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
local _anon_func_0 = function(items)
	local _val_0 = 3
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_1 = function(items)
	local _val_0 = 10
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_2 = function(chars)
	local _val_0 = "b"
	for _index_0 = 1, #chars do
		if chars[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_3 = function(chars)
	local _val_0 = "z"
	for _index_0 = 1, #chars do
		if chars[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_4 = function(obj)
	local _val_0 = "x"
	for _index_0 = 1, #obj do
		if obj[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_5 = function(obj)
	local _val_0 = "y"
	for _index_0 = 1, #obj do
		if obj[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_6 = function(obj)
	local _val_0 = "w"
	for _index_0 = 1, #obj do
		if obj[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_7 = function(items)
	local _val_0 = 1
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_8 = function(items)
	local _val_0 = "two"
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_9 = function(items)
	local _val_0 = true
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_10 = function(items)
	local _val_0 = false
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_11 = function(empty)
	local _val_0 = 1
	for _index_0 = 1, #empty do
		if empty[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_12 = function(empty)
	local _val_0 = "test"
	for _index_0 = 1, #empty do
		if empty[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_13 = function(items)
	local _val_0 = 2
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_14 = function(items)
	local _val_0 = 4
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_15 = function(items)
	local _val_0 = 2
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_16 = function(nested)
	local _val_0 = {
		1,
		2
	}
	for _index_0 = 1, #nested do
		if nested[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_17 = function(nested)
	local _val_0 = {
		1,
		3
	}
	for _index_0 = 1, #nested do
		if nested[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_18 = function(bools)
	local _val_0 = true
	for _index_0 = 1, #bools do
		if bools[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_19 = function(bools)
	local _val_0 = false
	for _index_0 = 1, #bools do
		if bools[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_20 = function(i, items)
	for _index_0 = 1, #items do
		if items[_index_0] == i then
			return true
		end
	end
	return false
end
local _anon_func_21 = function(key1, tb)
	for _index_0 = 1, #tb do
		if tb[_index_0] == key1 then
			return true
		end
	end
	return false
end
local _anon_func_22 = function(key2, tb)
	for _index_0 = 1, #tb do
		if tb[_index_0] == key2 then
			return true
		end
	end
	return false
end
local _anon_func_23 = function(get_items)
	local _check_0 = get_items()
	local _val_0 = 2
	for _index_0 = 1, #_check_0 do
		if _check_0[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_24 = function(get_items)
	local _check_0 = get_items()
	local _val_0 = 5
	for _index_0 = 1, #_check_0 do
		if _check_0[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_25 = function(items)
	local _val_0 = nil
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_26 = function(items)
	local _val_0 = 1
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_27 = function(obj)
	local _val_0 = "name"
	for _index_0 = 1, #obj do
		if obj[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_28 = function(obj)
	local _val_0 = "value"
	for _index_0 = 1, #obj do
		if obj[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_29 = function(obj)
	local _val_0 = "missing"
	for _index_0 = 1, #obj do
		if obj[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_30 = function(items)
	local _val_0 = 2
	for _index_0 = 1, #items do
		if items[_index_0] == _val_0 then
			return true
		end
	end
	return false
end
local _anon_func_31 = function(allowed, item)
	for _index_0 = 1, #allowed do
		if allowed[_index_0] == item then
			return true
		end
	end
	return false
end
return describe("in expression", function()
	it("should check value in table", function()
		local items = {
			1,
			2,
			3,
			4,
			5
		}
		assert.is_true(_anon_func_0(items))
		return assert.is_false(_anon_func_1(items))
	end)
	it("should work with strings", function()
		local chars = {
			"a",
			"b",
			"c"
		}
		assert.is_true(_anon_func_2(chars))
		return assert.is_false(_anon_func_3(chars))
	end)
	it("should check keys in table", function()
		local obj = {
			x = 1,
			y = 2,
			z = 3
		}
		assert.is_true(_anon_func_4(obj))
		assert.is_true(_anon_func_5(obj))
		return assert.is_false(_anon_func_6(obj))
	end)
	it("should work with mixed types", function()
		local items = {
			1,
			"two",
			true,
			nil
		}
		assert.is_true(_anon_func_7(items))
		assert.is_true(_anon_func_8(items))
		assert.is_true(_anon_func_9(items))
		return assert.is_false(_anon_func_10(items))
	end)
	it("should handle empty table", function()
		local empty = { }
		assert.is_false(_anon_func_11(empty))
		return assert.is_false(_anon_func_12(empty))
	end)
	it("should work in conditional", function()
		local items = {
			1,
			2,
			3
		}
		local result
		if _anon_func_13(items) then
			result = "found"
		else
			result = "not found"
		end
		return assert.same(result, "found")
	end)
	it("should support negation", function()
		local items = {
			1,
			2,
			3
		}
		assert.is_true(not (_anon_func_14(items)))
		return assert.is_false(not (_anon_func_15(items)))
	end)
	it("should work with nested tables", function()
		local nested = {
			{
				1,
				2
			},
			{
				3,
				4
			},
			{
				5,
				6
			}
		}
		assert.is_true(_anon_func_16(nested))
		return assert.is_false(_anon_func_17(nested))
	end)
	it("should handle boolean values", function()
		local bools = {
			true,
			false
		}
		assert.is_true(_anon_func_18(bools))
		return assert.is_true(_anon_func_19(bools))
	end)
	it("should work in loop", function()
		local items = {
			1,
			2,
			3,
			4,
			5
		}
		local count = 0
		for i = 1, 10 do
			if (#items > 0 and _anon_func_20(i, items)) then
				count = count + 1
			end
		end
		return assert.same(count, 5)
	end)
	it("should support table as value", function()
		local key1 = {
			a = 1
		}
		local key2 = {
			b = 2
		}
		local tb = {
			[key1] = "first",
			[key2] = "second"
		}
		assert.is_true((#tb > 0 and _anon_func_21(key1, tb)))
		return assert.is_true((#tb > 0 and _anon_func_22(key2, tb)))
	end)
	it("should work with function results", function()
		local get_items
		get_items = function()
			return {
				1,
				2,
				3
			}
		end
		assert.is_true(_anon_func_23(get_items))
		return assert.is_false(_anon_func_24(get_items))
	end)
	it("should handle nil in table", function()
		local items = {
			1,
			nil,
			3
		}
		assert.is_true(_anon_func_25(items))
		return assert.is_true(_anon_func_26(items))
	end)
	it("should work with string keys", function()
		local obj = {
			name = "test",
			value = 42
		}
		assert.is_true(_anon_func_27(obj))
		assert.is_true(_anon_func_28(obj))
		return assert.is_false(_anon_func_29(obj))
	end)
	it("should support complex expressions", function()
		local items = {
			1,
			2,
			3
		}
		local result = (_anon_func_30(items)) and "yes" or "no"
		return assert.same(result, "yes")
	end)
	return it("should work in comprehension", function()
		local source = {
			1,
			2,
			3,
			4,
			5
		}
		local allowed = {
			2,
			4
		}
		local result
		do
			local _accum_0 = { }
			local _len_0 = 1
			for _index_0 = 1, #source do
				local item = source[_index_0]
				if (#allowed > 0 and _anon_func_31(allowed, item)) then
					_accum_0[_len_0] = item
					_len_0 = _len_0 + 1
				end
			end
			result = _accum_0
		end
		return assert.same(result, {
			2,
			4
		})
	end)
end)