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
Этот коммит содержится в:
Harrison Healey
2017-04-28 10:13:07 -04:00
коммит произвёл Christopher Speller
родитель 83bfd95f65
Коммит c3e17da8c8
4 изменённых файлов: 38 добавлений и 36 удалений

Просмотреть файл

@@ -5,9 +5,9 @@ package app
import (
"bytes"
"encoding/json"
"image"
"image/color"
"encoding/json"
"math/rand"
"strings"
"testing"