changeset 47216 | 71c04702a3d5 |
parent 22371 | e6b607104dc6 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/nashorn/script/markdown/inline-anchors.js.EXPECTED Tue Sep 12 19:03:39 2017 +0200 @@ -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>