some more system value tests

This commit is contained in:
dzaima 2024-09-22 01:40:21 +03:00
parent e6d3821d52
commit f65906721d

View File

@ -15,6 +15,13 @@
!"•BQN: Path must be a string" % 12 •BQN "2+2" !"•BQN: Path must be a string" % 12 •BQN "2+2"
!"•BQN: Filename must be a string" % •path, 12 •BQN "2+2" !"•BQN: Filename must be a string" % •path, 12 •BQN "2+2"
•path, "abc/def" •BQN "•name" %% "abc/def" •path, "abc/def" •BQN "•name" %% "abc/def"
!"No path present for •path" % •BQN"•path"
!"No arguments present for •args" % •BQN"•args"
!"No name present for •name" % •BQN"•name"
!"No arguments present for •state" % •BQN"•state"
! •path"""" •path•BQN"•state"
! """" ¯2•BQN"•state"
"args""path""name""helloworld""state"•BQN"•listsys" %% 11101
!"Failed to resolve ""path that doesn't exist"": No such file or directory" % "path that doesn't exist"•BQN"•path" !"Failed to resolve ""path that doesn't exist"": No such file or directory" % "path that doesn't exist"•BQN"•path"
!"Failed to resolve ""path that doesn't exist"": No such file or directory" % "path that doesn't exist"•BQN"•state" !"Failed to resolve ""path that doesn't exist"": No such file or directory" % "path that doesn't exist"•BQN"•state"
"path that doesn't exist"•BQN"2+2" %% 4 "path that doesn't exist"•BQN"2+2" %% 4