fix(pdftract-core): remove apostrophe from test function name

The apostrophe in 'banker's_rounding' is invalid Rust 2021 syntax.
Changed to 'bankers_rounding' to fix compilation.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
jedarden 2026-05-20 18:44:55 -04:00
parent 1c884b6453
commit 81e4768c1a

View file

@ -402,7 +402,7 @@ mod tests {
}
#[test]
fn test_canonicalize_f64_banker's_rounding() {
fn test_canonicalize_f64_bankers_rounding() {
let mut diags = None;
// Banker's rounding: ties to even