nashorn/test/script/markdown/nested-blockquote.js.EXPECTED
author twisti
Wed, 11 Nov 2015 14:40:38 -1000
changeset 34173 01bb07d23a5b
parent 22371 e6b607104dc6
permissions -rw-r--r--
8141133: [JVMCI] crash during safepoint deopt if rethrow_exception is set Reviewed-by: twisti Contributed-by: Gilles Duboscq <gilles.m.duboscq@oracle.com>

<blockquote>
  <p>This is a multi line blockquote test</p>
  
  <blockquote>
    <p>And nesting!</p>
  </blockquote>
  
  <p>With more than one line.</p>
</blockquote>