branch: elpa/swift-mode
commit ce816a8dc13ed942cdcc121d7ff350c8acdec64b
Author: uk-ar <yuuki....@gmail.com>
Commit: uk-ar <yuuki....@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