Skip to content

Commit a9c9dc4

Browse files
committed
chore(content): content update kj-041
1 parent ba8b60a commit a9c9dc4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The goal is to create a searchable, accessible, and accurate digital version of
1111
## ✨ Current Progress
1212

1313
### **Content Digitization**
14-
* 31a / 478 hymns fully digitized
14+
* 41 / 478 hymns fully digitized
1515
* Each hymn translated from MusicXML to custom numbered-notation format
1616
* Metadata and layout rules preserved
1717

cmd/lab/test/snapshot/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,12 @@ func Assert(ctx context.Context, stringRenderer *adapter.RenderString, path stri
232232
var variant = map[int][]string{
233233
24: []string{"a", "b"},
234234
30: []string{"a", "b"},
235-
31: []string{"a"},
235+
31: []string{"a", "b"},
236+
37: []string{"a", "b"},
236237
}
237238

238239
func GenerateGolden(ctx context.Context, stringRenderer *adapter.RenderString, path string) error {
239-
numFiles := 31
240+
numFiles := 41
240241

241242
renderAndSave := func(i int, variants ...string) error {
242243
buff := bytes.NewBuffer(nil)

0 commit comments

Comments
 (0)