1
0
mirror of https://github.com/janet-lang/janet synced 2026-05-29 08:42:15 +00:00

Add test case.

This commit is contained in:
Calvin Rose
2026-01-09 08:15:18 -06:00
parent 7b0b9f57e8
commit 84ced08810
+4
View File
@@ -174,4 +174,8 @@
:px
{:out dn :err dn})))
# Issue 16922
(assert-error "os/realpath errors when path does not exist"
(os/realpath "abc123def456"))
(end-suite)