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

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

[nongnu] elpa/julia-mode e22219f 266/352: Added another test.


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode e22219f 266/352: Added another test.
Date: Sun, 29 Aug 2021 11:22:59 -0400 (EDT)

branch: elpa/julia-mode
commit e22219fa918f405438200b95d433a44451a2916a
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: Tamas K. Papp <tkpapp@gmail.com>

    Added another test.
---
 julia-mode-tests.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/julia-mode-tests.el b/julia-mode-tests.el
index d480e6b..3a0c8dd 100644
--- a/julia-mode-tests.el
+++ b/julia-mode-tests.el
@@ -374,6 +374,18 @@ end"
     end
 end"))
 
+(ert-deftest julia--test-backslash-indent ()
+  "indentation for function(args...)"
+  (julia--should-indent
+   "(\)
+   1
+   (:\)
+       1"
+   "(\)
+1
+(:\)
+1"))
+
 (ert-deftest julia--test-indent-keyword-paren ()
   "indentation for ( following keywords"
   "if( a>0 )



reply via email to

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