Max Wipfli
1e80022282
Tests: Rewrite tests for LexicalPath
2021-06-30 11:13:54 +02:00
Max Wipfli
9b8f35259c
AK: Remove the LexicalPath::is_valid() API
...
Since this is always set to true on the non-default constructor and
subsequently never modified, it is somewhat pointless. Furthermore,
there are arguably no invalid relative paths.
2021-06-30 11:13:54 +02:00
Tim Schumacher
e87a9a7f9f
Tests: Add tests for LexicalPath dirname handling
2021-05-27 18:21:36 +04:30
Gunnar Beutner
c99fd217e2
AK: Make LexicalPath handle relative paths correctly
...
Previously LexicalPath would consider "." and ".." as equivalent to
"/". This is not true though.
2021-05-18 08:11:21 +02:00
Brian Gianforcaro
67322b0702
Tests: Move AK tests to Tests/AK
2021-05-06 17:54:28 +02:00