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

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

[nongnu] elpa/swift-mode ce816a8 270/496: Fix backward-sexp test by addi


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode ce816a8 270/496: Fix backward-sexp test by adding brackets
Date: Sun, 29 Aug 2021 11:33:49 -0400 (EDT)

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

    Fix backward-sexp test by adding brackets
---
 test/indentation-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/indentation-tests.el b/test/indentation-tests.el
index f02ed7f..30ec607 100644
--- a/test/indentation-tests.el
+++ b/test/indentation-tests.el
@@ -1388,10 +1388,10 @@ func a () {
 (check-indentation indents-multiline-expressions/13
                    "
 if (a
-|.b)
+|.b){}
 " "
 if (a
-     |.b)
+     |.b){}
 ")
 
 (check-indentation indents-multiline-expressions/14



reply via email to

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