You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fixclojure-emacs#593] clojure-find-ns breaks if the ns form is preceded by ws
Problem was that the regexp here expected (ns form to start right in the
beginning of the line. I added zero or more whitespace in the beginning which
corrects the issue.
Adds also a unit test which covers the issue.
0 commit comments