Closed adamglowacki closed 5 years ago
A few more assertions and one additional test to check if insertLeft/insertRight, focusLeft/focusRight, lookupLeft/lookupRight and size work correctly and consistently regarding #26 issue.
insertLeft
insertRight
focusLeft
focusRight
lookupLeft
lookupRight
size
Good work :) Thank you
A few more assertions and one additional test to check if
insertLeft
/insertRight
,focusLeft
/focusRight
,lookupLeft
/lookupRight
andsize
work correctly and consistently regarding #26 issue.