You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doc says "Additionally the CATABLE and APPENDABLE options are exposed..." except only the option --catable is exists in the brotli.c file - no "appendable". (also, note, appendable is spelled wrongly, apendable, in some places)
Also, it says "Specifically CATABLE files can be concatenated in any order" ... however - this test simply omits anything appended:
Doc says "Additionally the CATABLE and APPENDABLE options are exposed..." except only the option --catable is exists in the brotli.c file - no "appendable". (also, note, appendable is spelled wrongly, apendable, in some places)
Also, it says "Specifically CATABLE files can be concatenated in any order" ... however - this test simply omits anything appended:
ls | ./brotli_tool --catable > outac.br ; pwd | ./brotli_tool --catable >> outac.br ; cat outac.br | ./decompressor | tail
(and, for what it's worth, "cat outac.br | brotli -d" reports "corrupt input [con]")
The text was updated successfully, but these errors were encountered: