Tests: columns as the record's public name, and a top-level repeat rejected at both record entry points

This commit is contained in:
2026-09-04 08:38:03 +02:00
parent ee90337834
commit 54e6865b11
4 changed files with 63 additions and 19 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ func compiled(t *testing.T, s string) node {
func mustRender(t *testing.T, f *Generator, s string) string {
t.Helper()
return render(f.rand, compiled(t, s))
return render(f.rand, compiled(t, s), nil)
}
func TestStringIsAFormat(t *testing.T) {