var literalPredefinedDistribution … var offsetPredefinedDistribution … var matchPredefinedDistribution … // TestPredefinedTables verifies that we can generate the predefined // literal/offset/match tables from the input data in RFC 8878. // This serves as a test of the predefined tables, and also of buildFSE // and the functions that make baseline FSE tables. func TestPredefinedTables(t *testing.T) { … }