mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
Test for relevant characters before and after "SMask"
This commit is contained in:
parent
5c59807216
commit
73bd40babe
|
@ -61,7 +61,7 @@ def test_p_alpha(tmp_path):
|
|||
# Assert
|
||||
with open(outfile, "rb") as fp:
|
||||
contents = fp.read()
|
||||
assert b"SMask" in contents
|
||||
assert b"\n/SMask " in contents
|
||||
|
||||
|
||||
def test_monochrome(tmp_path):
|
||||
|
|
Loading…
Reference in New Issue
Block a user