changeset 22371 | e6b607104dc6 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nashorn/test/script/markdown/inline-anchors.js.EXPECTED Thu Dec 12 19:02:43 2013 +0530 @@ -0,0 +1,3 @@ +<p>This is <a href="http://example.com/" title="Title">an example</a> inline link.</p> + +<p><a href="http://example.net/">This link</a> has no title attribute.</p>