branch: elpa/clojure-ts-mode
commit ab0fac4282bf6426f4a5bce0fec7bf40d18b2e1a
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Call #_ forms "discard" in a test description, for consistency
---
test/clojure-ts-mode-indentation-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/clojure-ts-mode-indentation-test.el
b/test/clojure-ts-mode-indentation-test.el
index c62ff5c397..fe48df5242 100644
--- a/test/clojure-ts-mode-indentation-test.el
+++ b/test/clojure-ts-mode-indentation-test.el
@@ -926,7 +926,7 @@ b |20])"
aa); comment
:aa 2)")
- (when-aligning-it "should work correctly when there are ignored forms"
+ (when-aligning-it "should work correctly when there are discard forms"
"{:map \"with\"
:some #_\"ignored\" \"form\"}"