mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-26 15:57:16 +00:00
8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
|
|
try
|
|
for k: 0..1 assert({'a':1}.contains('b'), 'failure') end
|
|
except .. as e,m
|
|
assert(e == "assert_failed")
|
|
assert(m == "failure")
|
|
end
|