Commit 29066373 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 76fec992
...@@ -97,8 +97,8 @@ func TestRangeSet(t *testing.T) { ...@@ -97,8 +97,8 @@ func TestRangeSet(t *testing.T) {
E( E(
S(1,3, 5,7, 11,100), // A S(1,3, 5,7, 11,100), // A
S(noo, oo), // B S(noo, oo), // B
S(1,3, 5,7, 11,100), // U S(noo, oo), // U
S()), // D S()), // D
// [1,3) [5,7) + insert [3,5) -> [1,7) // [1,3) [5,7) + insert [3,5) -> [1,7)
E( E(
......
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