.travis.yml: tests merged together

This commit is contained in:
inikep
2016-08-04 14:43:21 +02:00
parent 4f270ac851
commit 0079425297
2 changed files with 6 additions and 27 deletions
+3 -3
View File
@@ -403,8 +403,8 @@ in order to properly allocate destination buffer.
See [`Data_Block`](#the-structure-of-data_block) for more details.
A compressed block consists of 2 sections :
- [Literals_Section](#literals_section)
- [Sequences_Section](#sequences_section)
- [`Literals_Section`](#literals_section)
- [`Sequences_Section`](#sequences_section)
### Prerequisites
To decode a compressed block, the following elements are necessary :
@@ -504,7 +504,7 @@ __`Size_Format` for `Compressed_Literals_Block` and `Repeat_Stats_Literals_Block
#### `Huffman_Tree_Description`
This section is only present when literals block type is `Compressed_Block` (`2`).
This section is only present when `Literals_Block_Type` type is `Compressed_Block` (`2`).
Prefix coding represents symbols from an a priori known alphabet
by bit sequences (codewords), one codeword for each symbol,