summaryrefslogtreecommitdiffstats
path: root/runtime/indent/testdir
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-21 22:12:03 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-21 22:12:03 +0200
commit73fef33014dbf21fc59e7e47fb091117868d82fb (patch)
tree23d165829a07994dd93c4993f54dfc5ce0fcaf5e /runtime/indent/testdir
parent8d9437968b6693ecb14e7375bcb242e657e75266 (diff)
Update runtime files
Diffstat (limited to 'runtime/indent/testdir')
-rw-r--r--runtime/indent/testdir/html.in10
-rw-r--r--runtime/indent/testdir/html.ok10
2 files changed, 20 insertions, 0 deletions
diff --git a/runtime/indent/testdir/html.in b/runtime/indent/testdir/html.in
index 9c776d61c6..80ce0cdf83 100644
--- a/runtime/indent/testdir/html.in
+++ b/runtime/indent/testdir/html.in
@@ -23,4 +23,14 @@ bar">
text
</div>
+<dl>
+<dd>
+dd text
+</dd>
+<dt>
+dt text
+</dt>
+</dl>
+
+
" END_INDENT
diff --git a/runtime/indent/testdir/html.ok b/runtime/indent/testdir/html.ok
index ad819333cc..a96141fb3b 100644
--- a/runtime/indent/testdir/html.ok
+++ b/runtime/indent/testdir/html.ok
@@ -23,4 +23,14 @@
text
</div>
+<dl>
+ <dd>
+ dd text
+ </dd>
+ <dt>
+ dt text
+ </dt>
+</dl>
+
+
" END_INDENT