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 90686cb commit b260308Copy full SHA for b260308
test/swift-mode-test-beginning-of-defun.el
@@ -48,14 +48,14 @@ PROGRESS-REPORTER is the progress-reporter."
48
(if (not swift-mode:test:running)
49
(swift-mode:run-test '(swift-mode:run-test:beginning-of-defun))
50
(let ((current-line 0)
51
+ expected-positions
52
expected-positions-desc
53
expected-positions-asc
- tests)
54
+ test-parameters)
55
(setq default-directory
56
(concat (file-name-as-directory swift-mode:test:basedir)
57
(file-name-as-directory "swift-files")
58
"beginning-of-defun"))
- ;; TODO forward-sentence, backward-sentence
59
(dolist (swift-file (file-expand-wildcards "*.swift"))
60
(redisplay)
61
(with-temp-buffer
0 commit comments