nashorn/test/script/markdown/images.js.EXPECTED
changeset 22371 e6b607104dc6
equal deleted inserted replaced
22370:c150d042ffff 22371:e6b607104dc6
       
     1 <p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p>
       
     2 
       
     3 <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
       
     4 
       
     5 <p><img src="url/to/image" alt="Alt text" title="Optional title attribute" /></p>