test/script/markdown/images.js.EXPECTED

Fri, 05 Jun 2015 12:38:53 +0200

author
mhaupt
date
Fri, 05 Jun 2015 12:38:53 +0200
changeset 1398
2f1b9f4daec1
parent 963
e2497b11a021
permissions
-rw-r--r--

8080087: Nashorn $ENV.PWD is originally undefined
Summary: On Windows, the PWD environment variable does not exist and cannot be imported in scripting mode, so it is set explicitly.
Reviewed-by: lagergren, sundar

attila@963 1 <p><img src="/path/to/img.jpg" alt="Alt text" title="" /></p>
attila@963 2
attila@963 3 <p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title" /></p>
attila@963 4
attila@963 5 <p><img src="url/to/image" alt="Alt text" title="Optional title attribute" /></p>

mercurial