encoding_index_tests

Macro single_byte_tests

Source
macro_rules! single_byte_tests {
    (
        mod = $parentmod:ident // XXX Rust issue #20701 prevents the use of `super`
    ) => { ... };
}
Expand description

Makes a common test suite for single-byte indices.