add --keep-dist

This commit is contained in:
Mikaël Cluseau
2026-07-17 11:33:07 +02:00
parent 8d56e5c436
commit e58e8f758e
4 changed files with 17 additions and 11 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ func TestMerge(t *testing.T) {
t.Errorf("got %q", v)
}
if v := unparse(genericMerge(parse(`
if v := unparse(genericMerge(parse(`
a: t
b: t
m:
@@ -32,8 +32,8 @@ m:
b1: t
c1: s
` {
t.Errorf("got\n%s", v)
}
t.Errorf("got\n%s", v)
}
}
func parse(s string) (r interface{}) {