aboutsummaryrefslogtreecommitdiff
path: root/t/basic.t
AgeCommit message (Collapse)Author
2021-04-26Remove test {head,foot}.html files, just create them when testingroot
This feels a bit cleaner and puts (most) everything in one place.
2021-04-26Fix regex bug, support HTML commentsroot
I added \s* after <body> to match any potential newline (and, for good measure, whitespace) after <body>. One would usually rather have this: <body> My header than this: <body>My header
2021-04-26Use single hyphen for NULL value, allow the user to specify itroot
This lets the user inject a footer without injecting a header.
2021-04-25Re-arrange testsroot
2021-04-25Clarify documentationroot
2021-04-24t/basic.t: Create subdir if not presentroot
2021-04-24Fix bug when second argument is absent, improve documentationroot
Before, the InjectFoot variable wasn't cleared.
2021-04-24Improve testing capabilitiesroot
2021-04-24Expand testsroot
2021-04-24Rewrite testroot
2021-04-24Add Makefile, basic testroot