We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381448e commit 94a187fCopy full SHA for 94a187f
test/os/process/cwd.wren
@@ -3,6 +3,5 @@ import "os" for Process
3
4
System.print(Process.cwd is String) // expect: true
5
System.print(!Process.cwd.isEmpty) // expect: true
6
-System.print(Process.cwd.startsWith("/")) // expect: true
7
System.print(File.realPath(Process.cwd) == Process.cwd) // expect: true
8
System.print(Directory.exists(Process.cwd)) // expect: true
0 commit comments