Test adding an unsupported compression method to the dictionary
This commit is contained in:
parent
e08c8a1fe9
commit
d38ac84db5
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ compression_method_deflate64="\x09\x00"
|
|||
compression_method_bzip2="\x0E\x00"
|
||||
compression_method_zstd="]\x00"
|
||||
compression_method_aes="C\x00"
|
||||
compression_method_unsupported="\xFF\x00"
|
||||
"\xFF\xFF"
|
Loading…
Add table
Reference in a new issue