package tests import ( // "github.com/leanote/leanote/app/db" "testing" // . "github.com/leanote/leanote/app/lea" // "github.com/leanote/leanote/app/service" // "gopkg.in/mgo.v2" // "fmt" "regexp" ) // 测试登录 func TestReg(t *testing.T) { a := `proxy.go` reg, _ := regexp.Compile(`"https*://[^/]*?/api/file/getAttach\?fileId=585e0e9c270a35609300000c`) a2 := reg.ReplaceAllString(a, `"`) t.Log(a2) }