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:
parent
1c884b6453
commit
81e4768c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue