From 81e4768c1a82fab4248d39793e2de4d409061808 Mon Sep 17 00:00:00 2001 From: jedarden Date: Wed, 20 May 2026 18:44:55 -0400 Subject: [PATCH] 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 --- crates/pdftract-core/src/fingerprint/canonicalize.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/pdftract-core/src/fingerprint/canonicalize.rs b/crates/pdftract-core/src/fingerprint/canonicalize.rs index b2f80e3..7bea2f9 100644 --- a/crates/pdftract-core/src/fingerprint/canonicalize.rs +++ b/crates/pdftract-core/src/fingerprint/canonicalize.rs @@ -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