Karsten Blees <karsten.blees@xxxxxxxxx> writes: > --- a/t/t0011-hashmap.sh > +++ b/t/t0011-hashmap.sh > @@ -237,4 +237,17 @@ test_expect_success 'grow / shrink' ' > > ' > > +test_expect_success 'string interning' ' > + > +test_hashmap "intern value1 > +intern Value1 > +intern value2 > +intern value2 > +" "value1 > +Value1 > +value2 > +value2" > + > +' Indentation is broken here, but it's consistant with the current style of the file. You may want a "modernize style" patch before yours and then indent properly, but that shouldn't block inclusion. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html