Make html_for_tweet() link a replied-to username #456
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#456
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-html-for-tweet"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a tweet was a reply, then when
html_for_tweet()tried to turnthe initial "@username" into a link, there was:
This is now fixed, with a test to ensure the "@username" becomes
a link.
I introduced this when refactoring
html_for_tweet()a while ago, sorry.Coverage increased (+0.2%) to 57.182% when pulling
0ee9b76b5con philgyford:fix-html-for-tweet into97f78fd89bon ryanmcgrath:master.