summaryrefslogtreecommitdiff
path: root/Tests/AK/TestLexicalPath.cpp
AgeCommit message (Expand)Author
2022-12-14AK: Create relative path even if prefix is not an ancestor of the pathPoseydon42
2022-12-11AK: Add LexicalPath::is_child_ofkleines Filmröllchen
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2021-10-10AK: Implement a way to resolve relative paths lexicallyBen Wiederhake
2021-06-30AK+Everywhere: Remove "null state" of LexicalPathMax Wipfli
2021-06-30AK: Make LexicalPath immutableMax Wipfli
2021-06-30Tests: Rewrite tests for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-05-27Tests: Add tests for LexicalPath dirname handlingTim Schumacher
2021-05-18AK: Make LexicalPath handle relative paths correctlyGunnar Beutner
2021-05-06Tests: Move AK tests to Tests/AKBrian Gianforcaro