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 02f027d commit 7e23196Copy full SHA for 7e23196
clojure-mode-cycling-test.el
@@ -143,6 +143,19 @@
143
(search-forward "bbb))")
144
(clojure-cycle-when))
145
146
+(def-refactor-test test-cycle-not-add
147
+ "(ala bala portokala)"
148
+ "(not (ala bala portokala))"
149
+ (beginning-of-buffer)
150
+ (search-forward "bala")
151
+ (clojure-cycle-not))
152
+
153
+(def-refactor-test test-cycle-not-remove
154
155
156
157
158
159
160
(provide 'clojure-mode-cycling-test)
161
0 commit comments