summaryrefslogtreecommitdiffstats
path: root/utils/markdown/commonmark_test.go
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2018-08-08 06:13:04 -0400
committerJesús Espino <jespinog@gmail.com>2018-08-08 12:13:04 +0200
commit99cf15b56eb561dc30def86ad7e3cd97af4c338c (patch)
tree18636fea7eee2674ae70ce8adf151e9be8cf826c /utils/markdown/commonmark_test.go
parent935f0c5ff9a7e3dea3db70f4df59d0db52543f29 (diff)
downloadchat-99cf15b56eb561dc30def86ad7e3cd97af4c338c.tar.gz
chat-99cf15b56eb561dc30def86ad7e3cd97af4c338c.tar.bz2
chat-99cf15b56eb561dc30def86ad7e3cd97af4c338c.zip
Update serverside markdown parser to respect unicode and capitalized links (#9235)
Diffstat (limited to 'utils/markdown/commonmark_test.go')
-rw-r--r--utils/markdown/commonmark_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/markdown/commonmark_test.go b/utils/markdown/commonmark_test.go
index 13e61f52d..d1381cee5 100644
--- a/utils/markdown/commonmark_test.go
+++ b/utils/markdown/commonmark_test.go
@@ -1000,7 +1000,7 @@ func TestCommonMarkReferenceStrings(t *testing.T) {
}
}
-func TestCommonMarkRefernceAutolinks(t *testing.T) {
+func TestCommonMarkReferenceAutolinks(t *testing.T) {
// These tests are adapted from the GitHub-flavoured CommonMark extension tests located at
// https://github.com/github/cmark/blob/master/test/extensions.txt
for name, tc := range map[string]struct {