CX2FTBQUYK4BPKDW3LNX4VS7O2EALLEY4VI7PSOZRAEJ5J4B664QC
BC3QS46ORO56YB2LO3PRU74ITVOYFFKL3GGIBPV4M2DPH6NYJMEAC
SXEYMYF7P4RZMZ46WPL4IZUTSQ2ATBWYZX7QNVMS3SGOYXYOHAGQC
FXEDPLRI7PXLDXV634ZA6D5Q3ZWG3ESTKJTMRPJ4MAHI7PKU3M6AC
6YMDOZIB5LVYLFIDGN2WNT5JTHEAMS4TFPVDEZ3OWXWOKJOC5QDAC
Conflict::ZombieFile { ref path } => assert_eq!(path, "file"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "file"),
Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b"),
Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b/c"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b/c"),
changes: Vec::new(), inode: [Position::ROOT],
changes: Vec::new(),
inode: [Position::ROOT],
changes: Vec::new(), inode_vertex: [Position::ROOT], id: 0,
inode_vertex: [Position::ROOT],
id: 0,
Conflict::ZombieFile { ref path } => assert_eq!(path, "a/b/c/alice"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a/b/c/alice"),
Conflict::ZombieFile { ref path } => assert!(path == "a/b/c/file" || path == "a/b/c/alice"),
Conflict::ZombieFile { ref path, .. } => assert!(path == "a/b/c/file" || path == "a/b/c/alice"),
Conflict::ZombieFile { ref path } => assert_eq!(path, "alice/file"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "alice/file"),
Conflict::ZombieFile { ref path } => assert_eq!(path, "dir"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "dir"),
Conflict::ZombieFile { ref path } => assert_eq!(path, "a"),
Conflict::ZombieFile { ref path, .. } => assert_eq!(path, "a"),