view runtime/indent/testdir/xml.ok @ 18848:a0e0f0256d0b

Runtime file updates. Commit: https://github.com/vim/vim/commit/32b364fcc09749f35adb441b81291e1e5946dbc2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 8 15:07:48 2019 +0100 Runtime file updates.
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 Dec 2019 15:15:04 +0100
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 -->