summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-03-08 06:30:18 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-03-08 06:30:18 +0100
commit5ff018524c740c77215ddb5d5983dbfcadb05599 (patch)
treeec8fe5ef866c1523c3cfd9145c6d4bfd1af9544f /test
parent4e8b50ec57bc0d70bdb1279756eec679eb4eab0d (diff)
parentf9b7913656f9e4728a1140b61ddb7f07009e28e6 (diff)
downloademacs-5ff018524c740c77215ddb5d5983dbfcadb05599.tar.gz
Merge from origin/emacs-29
f9b7913656f Fix empty line indentation in c-ts-mode (bug#61997) 90504f9d898 Fix tree-sitter indent preset prev-line (bug#61998) ed3bab3cc72 Revert 'forward-sentence-default-function' to return poin... bfe62b10413 ; * etc/NEWS: Fix typos. 3c1693d08b0 Fix Elisp code injection vulnerability in emacsclient-mai... ab417c8a6ee Fix problem with debuginfod queries in "M-x gdb" # Conflicts: # etc/NEWS
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/c-ts-mode-resources/indent.erts16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/lisp/progmodes/c-ts-mode-resources/indent.erts b/test/lisp/progmodes/c-ts-mode-resources/indent.erts
index 77bfeb5ad6e..9e28ef203fd 100644
--- a/test/lisp/progmodes/c-ts-mode-resources/indent.erts
+++ b/test/lisp/progmodes/c-ts-mode-resources/indent.erts
@@ -418,3 +418,19 @@ required_matrix_height (struct window *w)
|
}
=-=-=
+
+Name: Empty Line
+
+=-=
+int
+main (void)
+{
+|
+}
+=-=
+int
+main (void)
+{
+ |
+}
+=-=-=