We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02500dc commit 4c17da0Copy full SHA for 4c17da0
.emacs.d/test/lisp/code/languages/sh-test.el
@@ -3,10 +3,6 @@
3
(kotct/load-corresponding)
4
5
(describe "sh config"
6
- (it "adds a tab variable setter for `sh-basic-offset'"
7
- (expect (assoc 'sh-basic-offset kotct/tab-variable-setters) :to-be-truthy))
8
- (it "adds a tab variable setter for `sh-indentation'"
9
- (expect (assoc 'sh-indentation kotct/tab-variable-setters) :to-be-truthy))
10
(it "sets the indentation for case labels to 0"
11
(expect sh-indent-for-case-label :to-be 0))
12
(it "sets the indentation for case alts to be one level"
.emacs.d/test/lisp/code/smartparens-c-test.el
0 commit comments