Test for relevant characters before and after "SMask"

This commit is contained in:
Andrew Murray 2023-08-07 20:49:29 +10:00
parent 5c59807216
commit 73bd40babe

View File

@ -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):