fix
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
539a943576
commit
10b9c8aa64
|
@ -23,7 +23,7 @@ func TestGoodMetadata(t *testing.T) {
|
|||
}
|
||||
defer fin.Close()
|
||||
|
||||
md, err := ReadMetadata(fin)
|
||||
_, err = ReadMetadata(fin)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
title:Spellblade
|
||||
gpubVersion:1.0.0
|
||||
index:book/index.gmi
|
||||
author:Xe
|
||||
language:en-US
|
||||
charset:UTF-8
|
||||
description:A woman realizes the gap between two opposites and their place in the middle.
|
||||
published:2021
|
||||
publishDate:2021-12-31
|
||||
revisionDate:2022-01-01
|
||||
copyright:Christine Dodrill
|
||||
license:All Rights Reserved
|
||||
version:1.0.0
|
||||
cover:cover.jpg
|
Loading…
Reference in New Issue