This commit is contained in:
parent
d3d673d441
commit
8d249a6aa8
@ -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"
|
||||||
|
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
|
./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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user