We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests could help especially with the indent fn. There are probably a few cases broken currently: guns/vim-clojure-static#83
Not sure how these are usually done with Vimscript.
We could probably copy test cases from some other project for a start: https://github.com/clojure-emacs/clojure-mode/blob/master/test/clojure-mode-indentation-test.el https://github.com/weavejester/cljfmt/blob/master/cljfmt/test/cljfmt/core_test.cljc#L11
The text was updated successfully, but these errors were encountered:
The clojure code here already implements unit tests:
https://github.com/clojure-vim/clojure.vim/blob/master/clj/src/vim_clojure_static/test.clj https://github.com/clojure-vim/clojure.vim/blob/master/clj/test/vim_clojure_static/indent_test.clj
We should setup CI to run these.
Sorry, something went wrong.
Github actions configured in #4
Successfully merging a pull request may close this issue.
Unit tests could help especially with the indent fn. There are probably a few cases broken currently: guns/vim-clojure-static#83
Not sure how these are usually done with Vimscript.
We could probably copy test cases from some other project for a start:
https://github.com/clojure-emacs/clojure-mode/blob/master/test/clojure-mode-indentation-test.el
https://github.com/weavejester/cljfmt/blob/master/cljfmt/test/cljfmt/core_test.cljc#L11
The text was updated successfully, but these errors were encountered: