We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6b3d1 commit 319e707Copy full SHA for 319e707
tests/test_codec.py
@@ -666,6 +666,9 @@ def test_iscc_validate_mf_invalid():
666
ic.iscc_validate_mf(sample, strict=True)
667
assert str(excinfo.value) == "Header expects 32 but got 26 bytes"
668
669
+ INVALID_MF_B32H = "vpg0i00b2jtnrtm1c0v6"
670
+ assert ic.iscc_validate_mf(INVALID_MF_B32H, strict=False) is False
671
+
672
673
def test_iscc_validate_mscdi():
674
sample = "ISCC:KEDRRHYRYJ7XELW7HAO5FFGQRX75HJUKSUSZVWTTRNHTF2YL5SKP7XIUFXM4KMKXEZZA"
0 commit comments