branch: elpa/julia-mode
commit c45c786bfc217235b9546b40392310e7f9eb7068
Author: Ronan Arraes Jardim Chagas <[email protected]>
Commit: Ronan Arraes Jardim Chagas <[email protected]>
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."