MCPcopy Index your code
hub / github.com/TruthHun/BookStack / TestConvert

Function TestConvert

utils/html2md/html2markdown_test.go:8–12  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func TestConvert(t *testing.T) {
9 b, _ := ioutil.ReadFile("example/presto.html")
10 md := Convert(string(b))
11 ioutil.WriteFile("example/code.md", []byte(md), 0777)
12}

Callers

nothing calls this directly

Calls 2

ConvertFunction · 0.85
stringFunction · 0.85

Tested by

no test coverage detected