Commit 66363315 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 333b956f
......@@ -139,6 +139,8 @@ func TestRangeSet(t *testing.T) {
Dba := B.Difference(A)
assertHasRange(t, Dab.rangev, B, false)
assertHasRange(t, Dba.rangev, A, false)
// XXX also construct ranges from [i].lo [i+1].hi -> they must be !HasRange
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment