Hi, I would expect from `normalise` to remove '..' from path: ``` normalise "/a/b/../c" == "/a/c" normalise "/.." == "/" ```
Hi,
I would expect from
normaliseto remove '..' from path: