Skip to main content

Fix an invalid escape sequence

ID
16dea51
date
2023-12-10 10:36:29+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
bb70efc
message
Fix an invalid escape sequence
changed files
1 file, 1 addition, 1 deletion

Changed files

textexpander/test_get_mastodon_text.py (575) → textexpander/test_get_mastodon_text.py (576)

diff --git a/textexpander/test_get_mastodon_text.py b/textexpander/test_get_mastodon_text.py
index 00659f6..2400611 100644
--- a/textexpander/test_get_mastodon_text.py
+++ b/textexpander/test_get_mastodon_text.py
@@ -11,7 +11,7 @@ from get_mastodon_text import normalise_text
             '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",
         )
     ],
 )