aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/testdir
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-28 21:58:50 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-28 22:14:37 -0400
commit7c6ca6fed8bceed67315e046a33701d71ac4b436 (patch)
treef489cf6843f0f125e89d3f91cee2777156f0ef84 /runtime/indent/testdir
parentdf2acdc3be807393ea8d61bb94c41d792388c0de (diff)
downloadrneovim-7c6ca6fed8bceed67315e046a33701d71ac4b436.tar.gz
rneovim-7c6ca6fed8bceed67315e046a33701d71ac4b436.tar.bz2
rneovim-7c6ca6fed8bceed67315e046a33701d71ac4b436.zip
vim-patch:73fef33014db
Update runtime files https://github.com/vim/vim/commit/73fef33014dbf21fc59e7e47fb091117868d82fb Omit usr_46.txt.
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