mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-25 12:25:08 +00:00
add test case
This commit is contained in:
@@ -103,3 +103,7 @@ block t5349:
|
||||
|
||||
for line in lines("test.txt"):
|
||||
echo line
|
||||
|
||||
block t9456:
|
||||
var f: File
|
||||
f.close()
|
||||
|
||||
Reference in New Issue
Block a user