aboutsummaryrefslogtreecommitdiff
path: root/Converter/src/main.c
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-06 04:07:11 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-06 04:07:11 +0100
commit0b5450d05c98701e02412b9cc712595d01518263 (patch)
tree488820950bd5a511395dbe726e91e56ee46cf48a /Converter/src/main.c
parentab7096fadb01cc3eb1a4d687ba5b4cbb326a0a8c (diff)
downloadmdhtml-0b5450d05c98701e02412b9cc712595d01518263.tar.gz
mdhtml-0b5450d05c98701e02412b9cc712595d01518263.tar.bz2
mdhtml-0b5450d05c98701e02412b9cc712595d01518263.zip
~test_header_depths -> test_compile_line_header_depths
Diffstat (limited to 'Converter/src/main.c')
-rw-r--r--Converter/src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Converter/src/main.c b/Converter/src/main.c
index 8d03c02..4e65cb0 100644
--- a/Converter/src/main.c
+++ b/Converter/src/main.c
@@ -11,7 +11,8 @@ int main(int argc, char *argv[])
if (strncmp(argv[1], "--test", 7) == 0)
{
// run tests
- test_header_depths();
+ fputs("Running header test (how does compile_string handle # headers?)\n", stderr);
+ test_compile_line_header_depth();
}
}
}