mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
Comment tweaks; Subversion -> Git (about time!)
This commit is contained in:
parent
f93ad9312e
commit
63a302cfe5
@ -1,7 +1,7 @@
|
||||
/* inih -- unit tests
|
||||
/* inih -- tests
|
||||
|
||||
This works simply by dumping a bunch of info to standard output, which is
|
||||
redirected to an output file (baseline_*.txt) and checked into the Subversion
|
||||
redirected to an output file (baseline_*.txt) and checked into the Git
|
||||
repository. This baseline file is the test output, so the idea is to check it
|
||||
once, and if it changes -- look at the diff and see which tests failed.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* inih -- unit tests for custom memory allocator */
|
||||
/* inih -- tests with custom memory allocator */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* inih -- unit tests for ini_parse_string() */
|
||||
/* inih -- tests for ini_parse_string() */
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user