mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +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
|
# Assert
|
||||||
with open(outfile, "rb") as fp:
|
with open(outfile, "rb") as fp:
|
||||||
contents = fp.read()
|
contents = fp.read()
|
||||||
assert b"SMask" in contents
|
assert b"\n/SMask " in contents
|
||||||
|
|
||||||
|
|
||||||
def test_monochrome(tmp_path):
|
def test_monochrome(tmp_path):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user