mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
version 2
This commit is contained in:
@ -7,11 +7,11 @@
|
||||
package ghtml_test
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/frame/g"
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
"testing"
|
||||
|
||||
"github.com/gogf/gf/encoding/ghtml"
|
||||
"github.com/gogf/gf/test/gtest"
|
||||
"github.com/gogf/gf/v2/encoding/ghtml"
|
||||
"github.com/gogf/gf/v2/test/gtest"
|
||||
)
|
||||
|
||||
func Test_StripTags(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user