We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103230a commit 0430ebfCopy full SHA for 0430ebf
core/common/test/files/SmokeFileTest.kt
@@ -356,6 +356,10 @@ class SmokeFileTest {
356
SystemFileSystem.delete(Path(root, "c", "d"))
357
SystemFileSystem.delete(Path(root, "c"))
358
}
359
+
360
+ val cwd = SystemFileSystem.resolve(Path("."))
361
+ val parentRel = Path("..")
362
+ assertEquals(cwd.parent, SystemFileSystem.resolve(parentRel))
363
364
365
private fun constructAbsolutePath(vararg parts: String): String {
0 commit comments