From c3e17da8c8ebd101d43ea9185821c44b651535b1 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 28 Apr 2017 10:13:07 -0400 Subject: PLT-6271 Changed word splitting to initially split on any non-name character (#6261) * PLT-6271 Changed word splitting to initially split on any non-name character * Fixed detection of out of channel mentions --- app/user_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/user_test.go') diff --git a/app/user_test.go b/app/user_test.go index bc5d36ef5..76829caef 100644 --- a/app/user_test.go +++ b/app/user_test.go @@ -5,9 +5,9 @@ package app import ( "bytes" + "encoding/json" "image" "image/color" - "encoding/json" "math/rand" "strings" "testing" -- cgit v1.2.3-1-g7c22