Commit ba1b0618 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3b7b69e6
...@@ -83,6 +83,18 @@ func TestRangedKeySet(t *testing.T) { ...@@ -83,6 +83,18 @@ func TestRangedKeySet(t *testing.T) {
S(), // U S(), // U
S()), // D S()), // D
E(
S(), // A
S(1,2), // B
S(1,2), // U
S()), // D
E(
S(1,2), // A
S(), // B
S(1,2), // U
S(1,2)),// D
E( E(
S(1,2), // A S(1,2), // A
S(1,2), // B S(1,2), // B
......
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