id-img.htmlt 240 B

12345678
  1. --INI--
  2. Attr.EnableID = true
  3. Core.LexerImpl = DirectLex
  4. --HTML--
  5. <img src="img_11775.jpg" alt="[Img #11775]" id="EMBEDDED_IMG_11775" >
  6. --EXPECT--
  7. <img src="img_11775.jpg" alt="[Img #11775]" id="EMBEDDED_IMG_11775" />
  8. --# vim: et sw=4 sts=4