From 7ff78465f7057a672a6de0d75d56286da253501b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 10 Jul 2020 22:00:53 +0200 Subject: Update runtime files --- runtime/indent/testdir/html.in | 30 ++++++++++++++ runtime/indent/testdir/html.ok | 88 ++++++++++++++++++++++++++++-------------- 2 files changed, 89 insertions(+), 29 deletions(-) (limited to 'runtime/indent/testdir') diff --git a/runtime/indent/testdir/html.in b/runtime/indent/testdir/html.in index 80ce0cdf83..1acf8c0402 100644 --- a/runtime/indent/testdir/html.in +++ b/runtime/indent/testdir/html.in @@ -2,6 +2,16 @@ " START_INDENT + + + +
text @@ -32,5 +42,25 @@ dt text + + " END_INDENT + +% START_INDENT +% INDENT_EXE let g:html_indent_style1 = "inc" +% INDENT_EXE let g:html_indent_script1 = "zero" +% INDENT_EXE call HtmlIndent_CheckUserSettings() + + + + + + +% END_INDENT diff --git a/runtime/indent/testdir/html.ok b/runtime/indent/testdir/html.ok index a96141fb3b..ba2fd3fc7d 100644 --- a/runtime/indent/testdir/html.ok +++ b/runtime/indent/testdir/html.ok @@ -2,35 +2,65 @@ " START_INDENT -
-
- text -
-
- -
- text -
- -
- text -
- -
- text -
- -
-
- dd text -
-
- dt text -
-
+ + + + +
+
+ text +
+
+
+ text +
+ +
+ text +
+ +
+ text +
+ +
+
+ dd text +
+
+ dt text +
+
+ + + " END_INDENT + +% START_INDENT +% INDENT_EXE let g:html_indent_style1 = "inc" +% INDENT_EXE let g:html_indent_script1 = "zero" +% INDENT_EXE call HtmlIndent_CheckUserSettings() + + + + + + +% END_INDENT -- cgit v1.2.3