emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/swift-mode 7ffd59d 273/496: Fix forward-list test by addin


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 7ffd59d 273/496: Fix forward-list test by adding brackets
Date: Sun, 29 Aug 2021 11:33:50 -0400 (EDT)

branch: elpa/swift-mode
commit 7ffd59d43009d94505be07a93ea2db5a291dfa87
Author: uk-ar <yuuki.ari@gmail.com>
Commit: uk-ar <yuuki.ari@gmail.com>

    Fix forward-list test by adding brackets
---
 test/indentation-tests.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/indentation-tests.el b/test/indentation-tests.el
index 60d2ad6..bb11116 100644
--- a/test/indentation-tests.el
+++ b/test/indentation-tests.el
@@ -1374,10 +1374,12 @@ foo?(bar) +
 func a () {
     a +
 |a
+}
 " "
 func a () {
     a +
       |a
+}
 ")
 
 (check-indentation indents-multiline-expressions/12
@@ -1385,10 +1387,12 @@ func a () {
 func a () {
     a
 |.a()
+}
 " "
 func a () {
     a
       |.a()
+}
 ")
 
 (check-indentation indents-multiline-expressions/13



reply via email to

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