aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/data/put_test.go
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-08-05 12:40:15 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-08-05 12:40:15 -0400
commit10d5e4db7ad9fe9855a19977f7bc037b058bfead (patch)
tree478789f87c32d0b9f04f5887acae90b44dfe3da7 /pkg/data/put_test.go
parent62aeb1a0fb0a239f6193b7cb872787578480082c (diff)
Add headings to db serializer and deserializer
Diffstat (limited to 'pkg/data/put_test.go')
-rw-r--r--pkg/data/put_test.go1
1 files changed, 1 insertions, 0 deletions
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,