1
0
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:
Ben Hoyt 2024-10-27 10:15:33 +01:00
parent f93ad9312e
commit 63a302cfe5
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/* inih -- unit tests /* inih -- tests
This works simply by dumping a bunch of info to standard output, which is 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 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. once, and if it changes -- look at the diff and see which tests failed.

View File

@ -1,4 +1,4 @@
/* inih -- unit tests for custom memory allocator */ /* inih -- tests with custom memory allocator */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* inih -- unit tests for ini_parse_string() */ /* inih -- tests for ini_parse_string() */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>