tarantool / test-run

Tarantool functional testing framework
14 stars 17 forks source link

Delimiter is broken by -- comment #98

Open kostja opened 6 years ago

kostja commented 6 years ago

cmd('setopt delimiter') is broken by -- comment. A comment inside delimited multi-statements makes test-run chew up the rest of test case repro:

Totktonada commented 6 years ago

By the way, I would prefer #79 approach instead of 'setopt delimiter'.