summaryrefslogtreecommitdiff
path: root/AK/Tests/TestStringView.cpp
AgeCommit message (Expand)Author
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