summaryrefslogtreecommitdiff
path: root/AK/Tests/TestStringView.cpp
AgeCommit message (Expand)Author
2020-05-26AK: Expand string tests to include ends_with case insensitivityBrian Gianforcaro
2020-05-04AK: Add StringView::find_first/last_ofAndrew Kaster
2020-03-06AK: Fix all the warnings in the AK testsAndreas Kling
2020-02-22AK: Add StringView::starts_with(char) & StringView::ends_with(char)Shannon Booth
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-06AK: Fix test compile warningsShannon Booth
2019-12-29AK: Add StringView::ends_with functionShannon Booth
2019-12-02AK: StringView::lines() should keep empty linesAndreas Kling
2019-12-02LibMarkdown: Handle CRLF line endingsTommy Nguyen
2019-09-13TestStringView: Add test for starts_withMinusGix
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-15StringView: Add StringView::operator==(StringView)Andreas Kling