Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 981593c

Browse files
committed
[[ Tests ]] Expose testFilesFolder in input lib
1 parent b393307 commit 981593c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/_inputlib.livecodescript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ end revLoadLibrary
2323
local sTestStrings, sTestNumbers, sTestConversionStrings, sTestFilePaths, sArrayData
2424
local sInitialised
2525

26-
private function __testFilesFolder
26+
function testFilesFolder
2727
set the itemDelimiter to slash
2828
return item 1 to -2 of the filename of me & slash & "lcs-input-files"
29-
end __testFilesFolder
29+
end testFilesFolder
3030

3131
private function getTestFile pTestFile
3232
local tContent, tFilePath
3333

34-
put __testFilesFolder() & slash & pTestFile into tFilePath
34+
put testFilesFolder() & slash & pTestFile into tFilePath
3535

3636
// test files are written without BOM
3737
open file tFilePath for "utf8" text read

0 commit comments

Comments
 (0)