From 40a164a43e6039b6b8545252bfc312b9b8bf8787 Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 27 May 2023 15:37:37 +0300 Subject: [PATCH] =?UTF-8?q?test=20failed=20=E2=80=A2file.CreateDir=20&=20?= =?UTF-8?q?=E2=80=A2file.Rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/cases/system.bqn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/cases/system.bqn b/test/cases/system.bqn index 00f4c228..02c2fe20 100644 --- a/test/cases/system.bqn +++ b/test/cases/system.bqn @@ -85,8 +85,10 @@ f←•ReBQN{⇐} ⋄ F "Ah"•internal.Variation"1↑""""" %% " " •FLines "testfile.bqn" %% "abc"‿"def𝕩" "testfile3B.bqn" •file.Rename "testfile3.bqn" +!"(file).Rename: Failed to rename file" % "testfile3B.bqn" •file.Rename "testfile.bqn" •file.Exists¨ "testfile.bqn"‿"nontestfile.bqn"‿"testfile3.bqn"‿"testfile3B.bqn" %% 1‿0‿0‿1 ¯22↑•file.Createdir "testdirNested" %% "/testDir/testdirNested" +!"(file).CreateDir: Failed to create directory" % •file.Createdir "testdirNested" "testfile.bqn"‿"testfile2.bqn"‿"testfile3.bqn"‿"testfile3B.bqn"‿"testdirNested" ∊ •file.List "." %% 1‿1‿0‿1‿1 "testfile.bqn"‿"testfile2.bqn"‿"testfile3.bqn"‿"testfile3B.bqn"‿"testdirNested" ∊ •file.List •file.path %% 1‿1‿0‿1‿1