Skip to content

Commit 5435471

Browse files
Update tests to hexy format
1 parent a39d187 commit 5435471

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ArraysBug716a
22
extensions [array]
3+
globals [glob1 glob2]
34
O> __mkdir "tmp/ImportWorld"
45
O> set glob1 array:from-list [1 2]
56
O> set glob2 (word "tmp/ImportWorld/test-file-" __nano-time ".csv")
@@ -11,6 +12,7 @@ ArraysBug716a
1112

1213
ArraysBug716b
1314
extensions [array]
15+
globals [glob1 glob2]
1416
O> __mkdir "tmp/ImportWorld"
1517
O> set glob1 (list array:from-list [1 2] array:from-list [3 4])
1618
O> set glob2 (word "tmp/ImportWorld/test-file-" __nano-time ".csv")

0 commit comments

Comments
 (0)