Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
guzba committed Apr 10, 2024
1 parent 09ebb40 commit d3b5ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_ziparchives_write.nim
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import std/os, zippy/ziparchives, std/tables, std/strutils

# var entries: OrderedTable[string, string]
# entries["README.txt"] = "Hello, World!"
var entries: OrderedTable[string, string]
entries["README.txt"] = "Hello, World!"

# let archive = createZipArchive(entries)
# echo archive.len
let archive = createZipArchive(entries)
echo archive.len
# writeFile("tmp.zip", archive)

# let reader = openZipArchive("tmp.zip")
Expand Down

0 comments on commit d3b5ff2

Please sign in to comment.