dtolnay / itoa

Fast function for printing integer primitives to a decimal string
Apache License 2.0
306 stars 37 forks source link

Add missing unit test for i128 positive #41

Closed CXWorks closed 11 months ago

CXWorks commented 11 months ago

Hi,

Thanks for your time & patience to review this PR.

We are researchers focusing on Rust unit tests by LLM. By examine the existing code, we found a unit test can be added to improve the repo's overall unit test coverage(this project is already been well tested). The code region to cover is:

https://github.com/dtolnay/itoa/blob/0d040f46648901e7af47f96168f1e851868d91f9/src/lib.rs#L239-L241

Thanks again for reviewing.