Skip to content

Commit

Permalink
Ignore more codespell lines
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Feb 25, 2023
1 parent 7a55db7 commit f917588
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codespellignorelines
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,6 @@ import java.nio.ByteOrder;
"{'a': 'caf\\\\xe9'}")
# self.assertEqual('%s' % rtf._EscapeData({"caf\xe9": "bar"}),
# "{'caf\xe9': 'bar'}")
self.assertEqual('caf\\xe9', StringEscape(u'caf\xe9'))
self.assertEqual('caf\\xe9', ("%s" % StringEscape(u'caf\xe9')))
"forin": true,

0 comments on commit f917588

Please sign in to comment.