|
|
@@ -1432,8 +1432,7 @@ mod tests {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- let (_, (last_tail_sens, last_tail_chr, last_tail_pos)) = next.repr_rc();
|
|
|
- let ((next_head_sens, next_head_chr, next_head_pos), _) = last.repr_rc();
|
|
|
+ let ((next_head_sens, next_head_chr, next_head_pos), _) = next.repr_rc();
|
|
|
|
|
|
if last_tail_chr == next_head_chr && last_tail_sens == next_head_sens {
|
|
|
let in_order = if last_tail_sens {
|