summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8a31c48)
raw | patch | inline | side by side (parent: 8a31c48)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 23 Apr 2014 21:39:41 +0000 (23:39 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 23 Apr 2014 21:39:41 +0000 (23:39 +0200) |
t/utils/strbuf_test.c | patch | blob | history |
diff --git a/t/utils/strbuf_test.c b/t/utils/strbuf_test.c
index 0acb1de0521849d6533a347fd8a8858a106ce72b..bb03296d79da887181e4ac9d992fa989320f9dc3 100644 (file)
--- a/t/utils/strbuf_test.c
+++ b/t/utils/strbuf_test.c
{ 1, 0, "1234567890", 10 },
{ 1, 1, "134567890", 9 },
{ 1, 2, "14567890", 8 },
+ { 2, 0, "1234567890", 10 },
+ { 2, 1, "124567890", 9 },
+ { 2, 2, "12567890", 8 },
+ { 2, 3, "1267890", 7 },
+ { 2, 4, "127890", 6 },
+ { 2, 5, "12890", 5 },
+ { 2, 6, "1290", 4 },
+ { 2, 7, "120", 3 },
+ { 2, 8, "12", 2 },
+ { 2, 9, "12", 2 },
+ { 2, 10, "12", 2 },
{ 8, 1, "123456780", 9 },
{ 8, 2, "12345678", 8 },
{ 8, 3, "12345678", 8 },