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