Question on the testing case

Details
Input
"/a/../../b/../c//.//"
Output
"/b"
Expected
"/c"

I don't get this problem. Why the above input should output "/c"? I don't see problem to output "/b".
Could anybody please explain to me? Thanks!

Comments (1)