From 4484c82b1becc2fe5ab7b6842b3419b16c523445 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 28 Jun 2017 01:47:51 -0400 Subject: PLT-6799 Removed tags from markdown links (#6766) * PLT-6799 Removed tags from markdown links * Fixed unit tests --- webapp/tests/utils/formatting_hashtags.test.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'webapp/tests/utils/formatting_hashtags.test.jsx') diff --git a/webapp/tests/utils/formatting_hashtags.test.jsx b/webapp/tests/utils/formatting_hashtags.test.jsx index 917f0135a..cba7322ff 100644 --- a/webapp/tests/utils/formatting_hashtags.test.jsx +++ b/webapp/tests/utils/formatting_hashtags.test.jsx @@ -53,7 +53,7 @@ describe('TextFormatting.Hashtags', function() { assert.equal( TextFormatting.formatText('#test1/#test2').trim(), - "

#test1/#test2

" + "

#test1/#test2

" ); assert.equal( @@ -137,12 +137,12 @@ describe('TextFormatting.Hashtags', function() { assert.equal( TextFormatting.formatText('#foo/#bar', {searchTerm: '#foo'}).trim(), - "

#foo/#bar

" + "

#foo/#bar

" ); assert.equal( TextFormatting.formatText('#foo/#bar', {searchTerm: 'bar'}).trim(), - "

#foo/#bar

" + "

#foo/#bar

" ); assert.equal( -- cgit v1.2.3-1-g7c22