增加单元测试

This commit is contained in:
wenzi1
2019-04-01 18:32:37 +08:00
parent bd4271cd8c
commit 817148f3a1

View File

@ -10,7 +10,7 @@ import (
"bytes"
"github.com/gogf/gf/g/encoding/gcharset"
"github.com/gogf/gf/g/encoding/gparser"
"github.com/wenzi1/gf/g/encoding/gxml"
"github.com/gogf/gf/g/encoding/gxml"
"strings"
"testing"
)