From 10d5e4db7ad9fe9855a19977f7bc037b058bfead Mon Sep 17 00:00:00 2001 From: JP Appel Date: Tue, 5 Aug 2025 12:40:15 -0400 Subject: Add headings to db serializer and deserializer --- pkg/data/put_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/data/put_test.go') diff --git a/pkg/data/put_test.go b/pkg/data/put_test.go index 12c9e24..a450196 100644 --- a/pkg/data/put_test.go +++ b/pkg/data/put_test.go @@ -30,6 +30,7 @@ func TestPut_Insert(t *testing.T) { FileTime: time.Unix(2, 0), Authors: []string{"jp"}, Tags: []string{"foo", "bar", "oof", "baz"}, + Headings: "#A Heading\n## Another Heading", Links: []string{"link_1", "link_2", "link_3"}, }, nil, -- cgit v1.2.3