Fix command error and import handling (#1436)

This commit is contained in:
Jen Basch
2026-02-24 08:09:25 -08:00
committed by GitHub
parent 2ec0baad53
commit 12915f520f
3 changed files with 55 additions and 30 deletions

View File

@@ -148,7 +148,7 @@ class CliCommandTest {
amends "pkl:Project"
dependencies {
["foo"] = import("$depDir/PklProject")
["foo"] = import("${depDir.toUri().resolve("PklProject")}")
}
"""
.trimIndent()