Searched refs:ext2_expect (Results 1 – 1 of 1) sorted by relevance
234 let ext2_expect = Bytes::from_static(&[0xBB]); in test_rfc_8285_one_byte_two_extension_of_two_bytes() localVariable236 assert_eq!(ext2, ext2_expect); in test_rfc_8285_one_byte_two_extension_of_two_bytes()309 let ext2_expect = Bytes::from_static(&[0xBB, 0xBB]); in test_rfc_8285_one_byte_multiple_extensions_with_padding() localVariable310 assert_eq!(ext2, ext2_expect); in test_rfc_8285_one_byte_multiple_extensions_with_padding()