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