diff --git a/test/parser/test_md_parser.sh b/test/parser/test_md_parser.sh index 9db1efb..18873a7 100755 --- a/test/parser/test_md_parser.sh +++ b/test/parser/test_md_parser.sh @@ -56,9 +56,9 @@ declare -a tests=( $'# Header 1\n## Header 2' "
This is a link to google
' + + "Link 2" + "A link to [wikipedia](https://www.wikipedia.org)" + "A link to wikipedia
" # You can add more test cases following the same format...