emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 updated (d72a4ed65ce -> 81b63ec032f)


From: Dmitry Gutov
Subject: emacs-29 updated (d72a4ed65ce -> 81b63ec032f)
Date: Tue, 21 Nov 2023 09:27:10 -0500 (EST)

dgutov pushed a change to branch emacs-29.

      from  d72a4ed65ce Fix 'with-sqlite-transaction' when BODY fails
       new  61cdf42a48f Backport: Add some basic tests for java-ts-mode and 
typescript-ts-mode
       new  9af03e0e189 typescript-ts-mode: Support indentation for 
conditionals without braces
       new  d2776d8254f Backport: Add test for java indentation (bug#61115)
       new  054202d48c3 Backport: Add more java indentation tests
       new  81b63ec032f Annotate java-ts-mode-test-movement with expected result


Summary of changes:
 lisp/progmodes/typescript-ts-mode.el               |   5 +
 .../progmodes/java-ts-mode-resources/indent.erts   | 112 +++++++++++++++
 .../progmodes/java-ts-mode-resources/movement.erts | 154 +++++++++++++++++++++
 .../{go-ts-mode-tests.el => java-ts-mode-tests.el} |  16 ++-
 .../typescript-ts-mode-resources/indent.erts       |  95 +++++++++++++
 ...s-mode-tests.el => typescript-ts-mode-tests.el} |  10 +-
 6 files changed, 382 insertions(+), 10 deletions(-)
 create mode 100644 test/lisp/progmodes/java-ts-mode-resources/indent.erts
 create mode 100644 test/lisp/progmodes/java-ts-mode-resources/movement.erts
 copy test/lisp/progmodes/{go-ts-mode-tests.el => java-ts-mode-tests.el} (62%)
 create mode 100644 test/lisp/progmodes/typescript-ts-mode-resources/indent.erts
 copy test/lisp/progmodes/{go-ts-mode-tests.el => typescript-ts-mode-tests.el} 
(74%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]