github.com/sohaha/zlsgo@v1.7.13-0.20240501141223-10dd1a906f76/zutil/other_test.go (about)

     1  package zutil_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/sohaha/zlsgo"
     7  	"github.com/sohaha/zlsgo/zutil"
     8  )
     9  
    10  func TestUnescapeHTML(t *testing.T) {
    11  	tt := zlsgo.NewTest(t)
    12  	s := zutil.UnescapeHTML("")
    13  	tt.Log(s)
    14  }