We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d55a9 commit 54726dbCopy full SHA for 54726db
src/side_diff.rs
@@ -1220,7 +1220,7 @@ mod tests {
1220
let config = create_config(40, 8, true);
1221
assert_eq!(config.sdiff_half_width, 16);
1222
assert_eq!(config.sdiff_column_two_offset, 24);
1223
- assert_eq!(config.separator_pos, 19); // (16 +24 -1) /2 = 19.5 truncado para 19
+ assert_eq!(config.separator_pos, 19); // (16 +24 -1) /2 = 19.5
1224
}
1225
1226
#[test]
0 commit comments