Fix fuzz
This commit is contained in:
parent
56ecb2d401
commit
7110853eb5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ func Fuzz(input []byte) int {
|
|||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
htmlOutputB, err := conf.Parse(strings.NewReader(orgOutput)).Write(NewHTMLWriter())
|
||||
htmlOutputB, err := conf.Parse(strings.NewReader(orgOutput), "").Write(NewHTMLWriter())
|
||||
if htmlOutputA != htmlOutputB {
|
||||
panic("rendered org results in different html than original input")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue