...

Source file src/github.com/yuin/goldmark/fuzz/oss_fuzz_test.go

Documentation: github.com/yuin/goldmark/fuzz

     1  package fuzz
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func FuzzOss(f *testing.F) {
     8  	fuzz(f)
     9  }
    10  

View as plain text