view runtime/indent/testdir/xml.ok @ 20753:661eb972cb22

Update runtime files Commit: https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 21:07:18 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21:15:04 +0200
parents bd7461db24b3
children bdda48f01a68
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 coment -->
</tag0>
<!-- END_INDENT -->

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