Skip to content

Commit

Permalink
Add Test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Apr 26, 2022
1 parent 0b1858e commit 72455b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import io
import os

Expand Down Expand Up @@ -106,3 +107,4 @@ def test_b():
assert PyPDF2.utils.b_("foo") == b"foo"
assert PyPDF2.utils.b_("😀") == "😀".encode("utf-8")
assert PyPDF2.utils.b_("‰") == "‰".encode("utf-8")
assert PyPDF2.utils.b_("▷") == "▷".encode("utf-8")

0 comments on commit 72455b5

Please sign in to comment.