--- old/test/nashorn/script/markdown/blockquote-nested-markdown.js.EXPECTED 2020-04-15 19:19:38.000000000 +0530 +++ /dev/null 2020-04-15 19:19:38.000000000 +0530 @@ -1,13 +0,0 @@ -
-

This is a header.

- -
    -
  1. This is the first list item.
  2. -
  3. This is the second list item.
  4. -
- -

Here's some example code:

- -
return shell_exec("echo $input | $markdown_script");
-
-