mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-18 06:03:01 -06:00
Text duplication fix (#137)
* start testing text duplication * tests * fixes + tests
This commit is contained in:
parent
8330263965
commit
329a5e8144
13 changed files with 696 additions and 42 deletions
|
|
@ -45,6 +45,7 @@ type TextStandardTestSuite struct {
|
|||
testAttachments map[string]*gtsmodel.MediaAttachment
|
||||
testStatuses map[string]*gtsmodel.Status
|
||||
testTags map[string]*gtsmodel.Tag
|
||||
testMentions map[string]*gtsmodel.Mention
|
||||
|
||||
// module being tested
|
||||
formatter text.Formatter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue