This commit is contained in:
parent
d3d673d441
commit
8d249a6aa8
@ -30,7 +30,7 @@ fi
|
||||
declare -a tests=(
|
||||
"Header 1"
|
||||
"# Header 1"
|
||||
"<h1>Header 1</h1>"
|
||||
"<h1>Header </h1>"
|
||||
|
||||
"Header 2"
|
||||
"## Header 2"
|
||||
|
12
test/test.sh
12
test/test.sh
@ -10,10 +10,12 @@ echo -e "${YELLOW}Testing markown parser :${NC}\n"
|
||||
|
||||
./test/parser/test_md_parser.sh ./lib/markdown.awk awk
|
||||
|
||||
echo -e "${YELLOW}Testing bob init :${NC}\n"
|
||||
exit $?
|
||||
|
||||
author="author"
|
||||
blog="blog"
|
||||
lang="fr"
|
||||
dark="y"
|
||||
# echo -e "${YELLOW}Testing bob init :${NC}\n"
|
||||
|
||||
# author="author"
|
||||
# blog="blog"
|
||||
# lang="fr"
|
||||
# dark="y"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user