wxwidgets/tests/strings
Vadim Zeitlin 8d6a722ed8 Fix C++17 implementation of wxString::ToCULong()
Do use std::from_chars<unsigned long>() in it as otherwise values
greater than LONG_MAX failed to parse.

Handle negative numbers explicitly to still parse them in this function
as well, as needs to be done for compatibility.

Add a test case for the previously failing numbers.

Closes #23957.
2023-10-31 00:44:10 +01:00
..
crt.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
hexconv.cpp Reimplement tests with Catch 2022-12-07 20:52:33 +01:00
iostream.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
numformatter.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
stdstrings.cpp Don't clobber std::string_view equality with char * 2023-09-06 02:44:11 +02:00
strings.cpp Fix C++17 implementation of wxString::ToCULong() 2023-10-31 00:44:10 +01:00
tokenizer.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
unichar.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
unicode.cpp Use range for instead of iterators in unit test 2023-03-26 17:56:55 +01:00
vararg.cpp Check that missing format string arguments are detected 2022-11-23 19:21:36 +01:00
vsnprintf.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00