summaryrefslogtreecommitdiff
path: root/AK/Tests/TestString.cpp
AgeCommit message (Expand)Author
2021-04-25AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMakeAndrew Kaster
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-11-05AK: printf was not accounting for plus sign with "%+d"Andreas Kling
2020-07-30AK: Add (more) tests for String(View)::split*AnotherTest
2020-07-28AK: Make String::substring() return non-null for 0-length stringsPeter Elliott
2020-07-21AK: Add case insensitive version of starts_withLuke
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-05-26AK: Expand string tests to include ends_with case insensitivityBrian Gianforcaro
2020-05-15AK: StringBuilder with 0 initial capacity shouldn't build null StringAndreas Kling
2020-05-06AK: Make tests compilable with the serenity target toolchainEmanuel Sprung
2020-04-14AK: Add a little test for String::split()Andreas Kling
2020-04-01AK: Add String::replace() functionalityEmanuel Sprung
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling
2020-02-15AK: Add String starts_with(char) & ends_with(char)Shannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09AK: Use size_t for the length of stringsAndreas Kling
2019-09-13Revert "AK: Made Strings reversible"Andreas Kling
2019-09-13AK: Made Strings reversibleJesse Buhagiar
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-02TestSuite: Hijack the ASSERT macros during unit tests.Andreas Kling
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell
2019-07-13AK: Support case-insensitive HashMap<String, T>.Andreas Kling
2019-07-11AKString: add missing comparison operatorsLawrence Manning
2019-06-14AK/Tests: Add a simple EXPECT_EQ macro and use it for the String test.Andreas Kling
2019-06-14AK/Tests: Add some macros for testing.Andreas Kling
2019-06-14AK/Tests: Add a couple more String tests.Andreas Kling
2019-06-14AK: Add an extremely primitive unit test for String.Andreas Kling