From 2b993b7c4b149aeb535dba58350ad39b42616b57 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 4 Nov 2017 12:45:27 +0800 Subject: [PATCH] Add an indent test for html closing tag --- test/indent/html/indent-closing-tag/cmd | 1 + test/indent/html/indent-closing-tag/in | 5 +++++ test/indent/html/indent-closing-tag/out | 6 ++++++ test/indent/html/indent-closing-tag/rc | 3 +++ 4 files changed, 15 insertions(+) create mode 100644 test/indent/html/indent-closing-tag/cmd create mode 100644 test/indent/html/indent-closing-tag/in create mode 100644 test/indent/html/indent-closing-tag/out create mode 100644 test/indent/html/indent-closing-tag/rc diff --git a/test/indent/html/indent-closing-tag/cmd b/test/indent/html/indent-closing-tag/cmd new file mode 100644 index 00000000..b72348d5 --- /dev/null +++ b/test/indent/html/indent-closing-tag/cmd @@ -0,0 +1 @@ +o/div diff --git a/test/indent/html/indent-closing-tag/in b/test/indent/html/indent-closing-tag/in new file mode 100644 index 00000000..31da7e73 --- /dev/null +++ b/test/indent/html/indent-closing-tag/in @@ -0,0 +1,5 @@ +
+
+
+%( )
+
diff --git a/test/indent/html/indent-closing-tag/out b/test/indent/html/indent-closing-tag/out new file mode 100644 index 00000000..d60a370e --- /dev/null +++ b/test/indent/html/indent-closing-tag/out @@ -0,0 +1,6 @@ +
+
+
+
+
+
diff --git a/test/indent/html/indent-closing-tag/rc b/test/indent/html/indent-closing-tag/rc new file mode 100644 index 00000000..5756ea1a --- /dev/null +++ b/test/indent/html/indent-closing-tag/rc @@ -0,0 +1,3 @@ +source "%val{runtime}/colors/default.kak" +source "%val{runtime}/rc/base/html.kak" +set buffer filetype html