Hi Jakob, thanks for fixing this. > assert(!A->collapsed()&& "Cannot merge into collapsed"); > assert(!B->collapsed()&& "Cannot merge from collapsed"); > + if (A == B) > + return true; This is oddly indented. The first added line indents using a tab stop. Ciao, Duncan.