Skip to content

Commit

Permalink
Fix an invalid escape sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwlchan committed Dec 10, 2023
1 parent bb70efc commit 16dea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textexpander/test_get_mastodon_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'href="https://hachyderm.io/tags/ArtAdventCalendar" class="mention '
'hashtag" rel="tag">#<span>ArtAdventCalendar</span></a> '
"contribution</p>",
"A variation on the previous system for todays \#ArtAdventCalendar contribution",
"A variation on the previous system for todays \\#ArtAdventCalendar contribution",
)
],
)
Expand Down

0 comments on commit 16dea51

Please sign in to comment.