habitica/website/client/tests/unit/libs
kareenf 657327edd7
Fixes issue where usernames that are sandwiched with underscores are not properly formatted [fixes #12033] (#12071)
* For some reason this file shows as modified, however I checked and it seems as though the same code chunk was 'deleted' and 'added' back in

* Added in logic to take care of issue pertaining to usernames with underscores such as @_spider_ was not showing up in the proper username format

* Added component test to test underscores in username issue

* I accidentally forgot to change the expected result to be @_user_

* Fixed strange spacing issue in profile.vue to match the original

* Another place where I needed to put _user_

* Accidentally left in describe.only in highlightUsers.spec.js,so removed .only

* Added in suggestions from @benkelaar and added in support for fixing double underscore sandwiched usernames which is Markdown's way of bolding

* Added component test to test that usernames sandwiched with double underscores are properly formatted

* Added fixes to test case input and variable mismatch in function

* Updated expect result statement to not be a user mention instance

Co-authored-by: Kareen <kareenf@umich.edu>
2020-04-17 21:45:01 +02:00
..
store/helpers lint unit tests for client 2019-10-12 17:14:09 +02:00
asyncResource.spec.js misc, fix client tests 2019-10-15 15:32:53 +02:00
deepFreeze.spec.js lint common 2019-10-09 20:08:36 +02:00
highlightUsers.spec.js Fixes issue where usernames that are sandwiched with underscores are not properly formatted [fixes #12033] (#12071) 2020-04-17 21:45:01 +02:00
i18n.spec.js lint common 2019-10-09 20:08:36 +02:00
store.spec.js move errors 2019-10-15 17:17:44 +02:00