test/nashorn/script/markdown/github-style-codeblock.js.EXPECTED
author herrick
Mon, 11 Mar 2019 13:31:48 -0400
branchJDK-8200758-branch
changeset 57255 f686bda3b831
parent 47216 71c04702a3d5
permissions -rw-r--r--
8215574: Investigate and document usage of --category, --copyright, --vendor and --description Submitten-by: almatvee Reviewed-by: herrick

<p>Define a function in javascript:</p>

<pre><code>function MyFunc(a) {
    var s = '`';
}
</code></pre>

<p>And some HTML</p>

<pre><code class="html">&lt;div&gt;HTML!&lt;/div&gt;
</code></pre>