mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +03:00
szip: change documentation style (#8883)
This commit is contained in:
parent
b2cdd2cac0
commit
ac1c4932e7
2 changed files with 41 additions and 144 deletions
|
@ -1,7 +1,7 @@
|
|||
import szip
|
||||
import os
|
||||
|
||||
fn test_compile() {
|
||||
fn test_szip() {
|
||||
mut z := szip.open('test_compile.zip', szip.best_speed, szip.m_write) or {
|
||||
assert false
|
||||
return
|
||||
|
@ -11,3 +11,4 @@ fn test_compile() {
|
|||
os.rm('test_compile.zip') or { }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue