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" - "
This is a link to google
" + $'This is a link to google
' # You can add more test cases following the same format...