summaryrefslogtreecommitdiff
path: root/AK/Tests/TestFileSystemPath.cpp
AgeCommit message (Expand)Author
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-26AK: Temporarily disable failing relative_paths tests in FileSystemPath suiteBrian Gianforcaro
2020-05-26AK: Add case insensitive String::ends_with supportBrian Gianforcaro
2020-03-06AK: Fix all the warnings in the AK testsAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-23AK: Make FileSystemPath better at handling relative pathsAndreas Kling
2019-08-07AK: Add a basic unit test for FileSystemPathAndreas Kling