From 5d4013f500db7ab7243d536e7be9323adc636633 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 20 Sep 2018 11:42:45 +1000 Subject: [PATCH] Probe out this failing test case. --- misc_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc_test.go b/misc_test.go index facf0608..b6c0b496 100644 --- a/misc_test.go +++ b/misc_test.go @@ -1254,8 +1254,10 @@ func TestParser(t *testing.T) { msgList = addMETri(msgList, "\n//github.com/Azareal/Gosora", "
//github.com/Azareal/Gosora") msgList = addMETri(msgList, "\n//github.com/Azareal/Gosora\n", "
//github.com/Azareal/Gosora
") msgList = addMETri(msgList, "//github.com/Azareal/Gosora\n//github.com/Azareal/Gosora", "//github.com/Azareal/Gosora
//github.com/Azareal/Gosora") + msgList = addMETri(msgList, "//github.com/Azareal/Gosora\n\n//github.com/Azareal/Gosora", "//github.com/Azareal/Gosora

//github.com/Azareal/Gosora") msgList = addMETri(msgList, "//"+common.Site.URL, "//"+common.Site.URL+"") msgList = addMETri(msgList, "//"+common.Site.URL+"\n", "//"+common.Site.URL+"
") + msgList = addMETri(msgList, "//"+common.Site.URL+"\n//"+common.Site.URL, "//"+common.Site.URL+"
//"+common.Site.URL+"") for _, item := range msgList { res = common.ParseMessage(item.Msg, 1, "forums")