We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcbc5ef commit a66c33cCopy full SHA for a66c33c
test/utils/test-helper.el
@@ -82,6 +82,7 @@ AFTER is the expected buffer string after refactoring, where a pipe (|)
82
represents the expected position of point.
83
84
DESCRIPTION is a string with the description of the spec."
85
+ (declare (indent 1))
86
`(it ,description
87
(let* ((after ,after)
88
(expected-cursor-pos (1+ (s-index-of "|" after)))
0 commit comments