nashorn/test/script/markdown/list-with-blockquote.js.EXPECTED
author ddmitriev
Wed, 21 Sep 2016 16:46:13 +0300
changeset 41292 08bd6740b8e3
parent 22371 e6b607104dc6
permissions -rw-r--r--
8150758: [TESTBUG] need jvmti tests for module aware agents Reviewed-by: sspitsyn, dsamersoff

<ul>
<li><p>A list item with a blockquote:</p>

<blockquote>
  <p>This is a blockquote
  inside a list item.</p>
</blockquote></li>
</ul>