jdk-24/nashorn/test/script/markdown/list-with-code.js.EXPECTED
Athijegannathan Sundararajan 662abf1039 8027958: NASHORN TEST: Create tests to test markdown javascript engine work with Nashorn
Markdown test fix contributed by kshefov

Reviewed-by: jlaskey
2013-12-12 19:02:43 +05:30

7 lines
99 B
Plaintext

<ul>
<li><p>A list item with code:</p>
<pre><code>alert('Hello world!');
</code></pre></li>
</ul>