/xml/tests/testData/smartEnter/CompleteMissingTag_after_3.xml

https://bitbucket.org/nbargnesi/idea · XML · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · a8ac6f9c53b51b8aec46085fd0b83679 MD5 · raw file

  1. <html>
  2. <head>
  3. <title>My page</title>
  4. </head>
  5. <body>
  6. <div>
  7. <h1>Hello</h1>
  8. </div>
  9. <div>
  10. <b>Some text
  11. <i>
  12. </i>
  13. <caret></b>
  14. </div>