amber icon indicating copy to clipboard operation
amber copied to clipboard

EXPECT enhancement to compare elements in different buffers

Open alan-baker opened this issue 6 years ago • 0 comments

It would be useful support an EXPECT command that can compare elements in different buffers. Something like:

EXPECT {buffer_name} IDX # {comparator} {buffer_name} IDX # 

This would perform buffer1[idx1] op buffer2[idx2].

It should also support ELEM_IDX when #660 is implemented.

alan-baker avatar Oct 10 '19 17:10 alan-baker