WIP - initial VCard4 implementation.
This commit is contained in:
parent
7d642adf2d
commit
f59403ad72
1311
src/vcard/vcard4.nim
Normal file
1311
src/vcard/vcard4.nim
Normal file
File diff suppressed because it is too large
Load Diff
9
tests/tvcard4.nim
Normal file
9
tests/tvcard4.nim
Normal file
@ -0,0 +1,9 @@
|
||||
import options, unittest, zero_functional
|
||||
|
||||
import ./vcard
|
||||
import ./vcard/vcard4
|
||||
|
||||
suite "vcard/vcard4":
|
||||
|
||||
test "vcard4/private tests":
|
||||
runVcard4PrivateTests()
|
Loading…
x
Reference in New Issue
Block a user