diff --git a/test/parser/test_md_parser.sh b/test/parser/test_md_parser.sh index a798545..9db1efb 100755 --- a/test/parser/test_md_parser.sh +++ b/test/parser/test_md_parser.sh @@ -30,7 +30,7 @@ fi declare -a tests=( "Header 1" "# Header 1" - "

Header

" + "

Header 1

" "Header 2" "## Header 2" @@ -110,7 +110,7 @@ declare -a tests=( "Link 1" "This is a [link](https://www.google.com) to google" - "

This is a link to google

" + $'

This is a link to google

' # You can add more test cases following the same format...