ladybird/Userland/Tests/LibC
asynts a5f5c3fd33 LibC+Tests: Fix broken snprintf test.
`snprintf` returns the number of characters that would have been written
had the buffer been large enough.

It's a common trick to call `snprintf(nullptr, 0, ...)` to measure how
large a buffer has to be.

Thus the return value is not zero but fourteen.
2020-10-25 18:52:51 +01:00
..
accuracy-strtod.cpp Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
CMakeLists.txt
exec-should-not-search-current-directory.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
memmem-tests.cpp Tests: License headers, clang-format, clearer output 2020-08-02 17:15:36 +02:00
qsort-sorts-and-copies.cpp Test: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
snprintf-correctness.cpp LibC+Tests: Fix broken snprintf test. 2020-10-25 18:52:51 +01:00
strlcpy-correctness.cpp LibC: Stub and test strlcpy 2020-08-24 00:45:03 +02:00