summaryrefslogtreecommitdiff
path: root/test/indent/python/exit-block
diff options
context:
space:
mode:
authorIgor Ramazanov <igor.ramazanov@protonmail.com>2025-01-18 11:43:57 +0000
committerGitHub <noreply@github.com>2025-01-18 11:43:57 +0000
commitce4dc805e375dbd8c0477ad5005c2110f83de2aa (patch)
treeac2ca142a2182eb51ed64ffd029fa4111b4d8f48 /test/indent/python/exit-block
parentae9758e95f531d26847cfc7e884da3ceb47670f3 (diff)
parent54084900624493033cb24640d864c109cdac40a7 (diff)
Merge branch 'mawww:master' into contrib/gendocs.sh
Diffstat (limited to 'test/indent/python/exit-block')
-rw-r--r--test/indent/python/exit-block/cmd1
-rw-r--r--test/indent/python/exit-block/in4
-rw-r--r--test/indent/python/exit-block/out3
-rw-r--r--test/indent/python/exit-block/rc3
4 files changed, 11 insertions, 0 deletions
diff --git a/test/indent/python/exit-block/cmd b/test/indent/python/exit-block/cmd
new file mode 100644
index 00000000..60ee9918
--- /dev/null
+++ b/test/indent/python/exit-block/cmd
@@ -0,0 +1 @@
+gjA<ret>
diff --git a/test/indent/python/exit-block/in b/test/indent/python/exit-block/in
new file mode 100644
index 00000000..582a11c7
--- /dev/null
+++ b/test/indent/python/exit-block/in
@@ -0,0 +1,4 @@
+# A new line after a pair of empty comment lines should exit the
+# block comment.
+#
+#
diff --git a/test/indent/python/exit-block/out b/test/indent/python/exit-block/out
new file mode 100644
index 00000000..21bc5075
--- /dev/null
+++ b/test/indent/python/exit-block/out
@@ -0,0 +1,3 @@
+# A new line after a pair of empty comment lines should exit the
+# block comment.
+
diff --git a/test/indent/python/exit-block/rc b/test/indent/python/exit-block/rc
new file mode 100644
index 00000000..a098fc21
--- /dev/null
+++ b/test/indent/python/exit-block/rc
@@ -0,0 +1,3 @@
+source "%val{runtime}/colors/default.kak"
+source "%val{runtime}/rc/filetype/python.kak"
+set buffer filetype python