test smth

This commit is contained in:
MihailRis
2024-12-30 15:09:06 +03:00
parent 9490d1f7ea
commit d576dc34dc
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -48,3 +48,5 @@ assert(file.is_writeable("config:"))
assert(file.is_writeable("export:"))
assert(not file.is_writeable("user:"))
assert(not file.is_writeable("res:"))
print(file.resolve("user:content"))