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

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

[nongnu] elpa/swift-mode a3377bf 266/496: Fix forward-sexp test by addin


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

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

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

diff --git a/test/indentation-tests.el b/test/indentation-tests.el
index 6cbb627..9ee0950 100644
--- a/test/indentation-tests.el
+++ b/test/indentation-tests.el
@@ -1186,10 +1186,10 @@ let foo = [
 (check-indentation indents-declaration/12
   "
 let foo = [
-|[
+|[]]
 " "
 let foo = [
-    |[
+    |[]]
 ")
 
 (check-indentation indents-declaration/13
@@ -2053,12 +2053,12 @@ foo.bar(10,
 foo.bar(10,
         completionHandler: { (bar, baz) -> Void in
         |foo
-        }
+        })
 " "
 foo.bar(10,
         completionHandler: { (bar, baz) -> Void in
             |foo
-        }
+        })
 ")
 
 (check-indentation anonymous-function-as-a-argument/9



reply via email to

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