Commit 8c3b57c9 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ba1b0618
......@@ -90,8 +90,8 @@ func TestRangedMap(t *testing.T) {
// y, n alias true/false
const y, n = true, false
// a, b, c, d ... are shorthands for corresponding strings
const a, b, c, d, x = "a", "b", "c", "d", "x"
// a, b, c, ... are shorthands for corresponding strings
const a, b, c, x = "a", "b", "c", "x"
testv := []testEntry{
......@@ -135,7 +135,7 @@ func TestRangedMap(t *testing.T) {
M(1,3,a), // Del
n), // Has
// overlappin [1,3) [2,4)
// overlapping [1,3) [2,4)
E(
M(1,3,a), // M
X(2,4,x), // X
......
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