(t testing.TB, html string)
| 107 | } |
| 108 | |
| 109 | func getTestRuntimeWithDoc(t testing.TB, html string) *sobek.Runtime { |
| 110 | t.Helper() |
| 111 | |
| 112 | rt, _ := getTestRuntimeAndModuleInstanceWithDoc(t, html) |
| 113 | |
| 114 | return rt |
| 115 | } |
| 116 | |
| 117 | func TestParseHTML(t *testing.T) { |
| 118 | t.Parallel() |
no test coverage detected
searching dependent graphs…