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

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

[nongnu] elpa/julia-mode c45c786 335/352: Add more tests


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode c45c786 335/352: Add more tests
Date: Sun, 29 Aug 2021 11:23:13 -0400 (EDT)

branch: elpa/julia-mode
commit c45c786bfc217235b9546b40392310e7f9eb7068
Author: Ronan Arraes Jardim Chagas <ronisbr@gmail.com>
Commit: Ronan Arraes Jardim Chagas <ronisbr@gmail.com>

    Add more tests
---
 julia-mode-tests.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/julia-mode-tests.el b/julia-mode-tests.el
index 6d326a9..bafff50 100644
--- a/julia-mode-tests.el
+++ b/julia-mode-tests.el
@@ -441,7 +441,16 @@ r = 1
 end"
    "if a == :end
     r = 1
-end"))
+end")
+
+  (julia--should-indent
+   "if a == a[end-4:end]
+r = 1
+end"
+   "if a == a[end-4:end]
+    r = 1
+end")
+  )
 
 (ert-deftest julia--test-symbol-font-locking-at-bol ()
   "Symbols get font-locked at beginning or line."



reply via email to

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