strtol.c
2.21 KB
-
tests: core::strtol: test for some more edge-cases · 39087ab8
Some edge cases were currently completely untested, e.g. parsing numbers greater than INT64_{MIN,MAX}, truncating buffers by length and invalid characters. Add tests to verify that the system under test performs as expected.
Patrick Steinhardt committed