Skip to content

Commit a66c33c

Browse files
yuhan0bbatsov
authored andcommitted
add indent spec to when-refactoring-with-point-it
1 parent dcbc5ef commit a66c33c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/utils/test-helper.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ AFTER is the expected buffer string after refactoring, where a pipe (|)
8282
represents the expected position of point.
8383
8484
DESCRIPTION is a string with the description of the spec."
85+
(declare (indent 1))
8586
`(it ,description
8687
(let* ((after ,after)
8788
(expected-cursor-pos (1+ (s-index-of "|" after)))

0 commit comments

Comments
 (0)