mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-23 19:12:37 +02:00
layout alignment: restore/ini headers, info_dialog, ini restore header, yellow highlights
This commit is contained in:
+2
-3
@@ -654,9 +654,8 @@ mod tests {
|
||||
let path = dir.path().join("test.tar.gz");
|
||||
// Write a minimal valid gzip file (20 bytes of gzip stream)
|
||||
let valid_gzip = [
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
];
|
||||
fs::write(&path, &valid_gzip).unwrap();
|
||||
assert!(check_tar_gz_integrity(&path));
|
||||
|
||||
Reference in New Issue
Block a user