Adds wrapper to md4c code, fixes issues with previous commit
This commit is contained in:
parent
6d98202f38
commit
d19c822764
31 changed files with 175 additions and 1722 deletions
|
@ -1,3 +1,4 @@
|
|||
/*
|
||||
#include <catch2/catch_test_macros.hpp>
|
||||
#include "../Src/BlogParser.cpp"
|
||||
|
||||
|
@ -12,3 +13,4 @@ TEST_CASE("Parser returns valid HTML with basic component")
|
|||
BlogParser* parser = new BlogParser();
|
||||
REQUIRE(parser->ParseText("#header \n no header") == "<h1>header</h1>no header");
|
||||
}
|
||||
*/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include "BlogParserTest.cpp"
|
||||
//#include "BlogParserTest.cpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue