diff options
author | nea <romangraef@gmail.com> | 2021-08-13 15:46:45 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2021-08-13 15:50:03 +0200 |
commit | e4753338d60396c00f80b494366b2869f8541944 (patch) | |
tree | 8abad784ff571d94a05b1432d0d724f4f6417a3b /src/jsMain/kotlin/io/Path.kt | |
parent | a485112be491dc71c6b6951b3a65827f89ab3406 (diff) | |
download | webos-e4753338d60396c00f80b494366b2869f8541944.tar.gz webos-e4753338d60396c00f80b494366b2869f8541944.tar.bz2 webos-e4753338d60396c00f80b494366b2869f8541944.zip |
tests und shit
Diffstat (limited to 'src/jsMain/kotlin/io/Path.kt')
-rw-r--r-- | src/jsMain/kotlin/io/Path.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jsMain/kotlin/io/Path.kt b/src/jsMain/kotlin/io/Path.kt index 8f77203..f486581 100644 --- a/src/jsMain/kotlin/io/Path.kt +++ b/src/jsMain/kotlin/io/Path.kt @@ -68,7 +68,7 @@ sealed interface Path { } partList.add(part) } - Relative(List(returns) { "" } + partList) + Relative(List(returns) { ".." } + partList) } } } |