summaryrefslogtreecommitdiffstats
path: root/app/user_test.go
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-28 10:13:07 -0400
committerChristopher Speller <crspeller@gmail.com>2017-04-28 10:13:07 -0400
commitc3e17da8c8ebd101d43ea9185821c44b651535b1 (patch)
tree48888cd816faa1beb6c822cc60c095bc6e6b232c /app/user_test.go
parent83bfd95f65f5e74402f7146feecb68b37dd0bf84 (diff)
downloadchat-c3e17da8c8ebd101d43ea9185821c44b651535b1.tar.gz
chat-c3e17da8c8ebd101d43ea9185821c44b651535b1.tar.bz2
chat-c3e17da8c8ebd101d43ea9185821c44b651535b1.zip
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
Diffstat (limited to 'app/user_test.go')
-rw-r--r--app/user_test.go2
1 files changed, 1 insertions, 1 deletions
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"