polishing testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Petit 2024-12-05 12:36:55 +01:00
parent d3d673d441
commit 8d249a6aa8
2 changed files with 8 additions and 6 deletions

View File

@ -30,7 +30,7 @@ fi
declare -a tests=( declare -a tests=(
"Header 1" "Header 1"
"# Header 1" "# Header 1"
"<h1>Header 1</h1>" "<h1>Header </h1>"
"Header 2" "Header 2"
"## Header 2" "## Header 2"

View File

@ -10,10 +10,12 @@ echo -e "${YELLOW}Testing markown parser :${NC}\n"
./test/parser/test_md_parser.sh ./lib/markdown.awk awk ./test/parser/test_md_parser.sh ./lib/markdown.awk awk
echo -e "${YELLOW}Testing bob init :${NC}\n" exit $?
author="author" # echo -e "${YELLOW}Testing bob init :${NC}\n"
blog="blog"
lang="fr" # author="author"
dark="y" # blog="blog"
# lang="fr"
# dark="y"