mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[NTDLL_APITEST]
- Add test cases showing that RtlDosPathNameToNtPathName_U strips trailing dots svn path=/trunk/; revision=58832
This commit is contained in:
parent
3c3d41fec8
commit
4517988f68
1 changed files with 3 additions and 0 deletions
|
@ -395,6 +395,9 @@ int main()
|
|||
test(PREP0 "C:\\foo\\..\\" , "C:\\" , NULL);
|
||||
test(PREP1 "C:\\foo\\..\\" , "C:\\" , NULL);
|
||||
test(PREP2 "C:\\foo\\..\\" , "C:\\foo\\..\\" , NULL);
|
||||
test(PREP0 "C:\\foo." , "C:\\foo" , "foo");
|
||||
test(PREP1 "C:\\foo." , "C:\\foo" , "foo");
|
||||
test(PREP2 "C:\\foo." , "C:\\foo." , "foo.");
|
||||
|
||||
test(PREP0 "C:\\f\\b\\.." , "C:\\f" , "f");
|
||||
test(PREP1 "C:\\f\\b\\.." , "C:\\f" , "f");
|
||||
|
|
Loading…
Reference in a new issue