Skip to content

Commit ad419b8

Browse files
committed
Updated docs
1 parent b006ada commit ad419b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ VBA CSV interface is the most complete, and open source, CSV/TSV VBA parser libr
77

88
## Advantages
99
* __RFC-4180 specs compliant__.
10-
* __Stable__. Fully Test Driven Developed (TDD) library, ([60/60 test passed](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/testing/tests/results/)), that includes 650+ line of code for testing. See [VBA test library by Tim Hall](https://github.com/ws-garcia/vba-test).
10+
* __Stable__. Fully Test Driven Developed (TDD) library, ([63/63 test passed](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/testing/tests/results/)), that includes 650+ line of code for testing. See [VBA test library by Tim Hall](https://github.com/ws-garcia/vba-test).
1111
* __Fast__. Writes and reads files at the highest speed.
1212
* __Memory-friendly__. CSV/[TSV](https://www.iana.org/assignments/media-types/text/tab-separated-values) files are processed using a custom stream technique, only 0.5MB are in memory at a time.
1313
* __Robust__. Parser and writer accept [Unix-style quotes escape sequences](https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml#notes).

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ VBA CSV interface is the most complete, and open source, CSV/TSV VBA parser libr
1414

1515
## Advantages
1616
* __RFC-4180 specs compliant__.
17-
* __Stable__. Fully Test Driven Developed (TDD) library, ([60/60 test passed](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/testing/tests/results/)), that includes 650+ line of code for testing. See [VBA test library by Tim Hall](https://github.com/ws-garcia/vba-test).
17+
* __Stable__. Fully Test Driven Developed (TDD) library, ([63/63 test passed](https://github.com/ws-garcia/VBA-CSV-interface/blob/master/testing/tests/results/)), that includes 650+ line of code for testing. See [VBA test library by Tim Hall](https://github.com/ws-garcia/vba-test).
1818
* __Fast__. Writes and reads files at the highest speed.
1919
* __Memory-friendly__. CSV/[TSV](https://www.iana.org/assignments/media-types/text/tab-separated-values) files are processed using a custom stream technique, only 0.5MB are in memory at a time.
2020
* __Robust__. Parser and writer accept [Unix-style quotes escape sequences](https://www.loc.gov/preservation/digital/formats/fdd/fdd000323.shtml#notes).

0 commit comments

Comments
 (0)