view runtime/indent/testdir/xml.in @ 25402:bdda48f01a68

Update runtime files Commit: https://github.com/vim/vim/commit/53f7fccc9413c9f770694b56f40f242d383b2d5f Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 28 20:10:16 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 20:15:05 +0200
parents 8b334e4cb97f
children
line wrap: on
line source

<!-- vim: set ft=xml ts=8 sw=0 sts=-1 et : -->
<!-- START_INDENT -->
<?xml version="1.0" encoding="utf-8"?>
<tag0>
  <tag1>
<!-- comment -->
<tag2>
  <tag3/>
</tag2>
<!-- text comment -->

<!--
text comment
-->
</tag1>
<!--
text comment
end comment -->
</tag0>
<!-- END_INDENT -->

<!-- START_INDENT -->
<?xml version="1.0" encoding="utf-8"?>
<tag0>
  <tag1>
<!-- comment -->
<tag2>
  <tag3/>
</tag2>
</tag1>
</tag0>
<!-- END_INDENT -->