mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-20 02:39:28 +01:00
tests: CreateRelativePath should keep ~ and $()
git-svn-id: trunk@41457 -
This commit is contained in:
parent
fe7df06037
commit
d9d42d35c7
@ -91,6 +91,8 @@ begin
|
||||
DoTest('/a','/a//b/c','../../');
|
||||
DoTest('/a','/a//b/c/','../../');
|
||||
DoTest('/a','/b','/a');
|
||||
DoTest('~/bin','/','~/bin');
|
||||
DoTest('$(HOME)/bin','/','$(HOME)/bin');
|
||||
end;
|
||||
|
||||
initialization
|
||||
|
||||
Loading…
Reference in New Issue
Block a user