9 Star 45 Fork 10

卧雪Sirk/gosk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
strutil_test.go 239 Bytes
一键复制 编辑 原始数据 按行查看 历史
leofen 提交于 2014-02-10 20:51 . fix little bug
package gosk
import (
"testing"
)
func TestTrimHTML(t *testing.T) {
str := "<html> test </htm"
if trimHTML(str) == " test " {
t.Log("trimHTML test passing")
} else {
t.Error("trimHTML test error")
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/scottkiss/gosk.git
git@gitee.com:scottkiss/gosk.git
scottkiss
gosk
gosk
master

搜索帮助