clojure-spec

teodorlu 2024-07-06T08:37:01.306129Z

I stumbled over some weird indentation in the https://clojure.org/guides/spec#_using_spec_for_validation. It looks good when I paste the raw string, but weird on the website. Looks like it’s a mix of tabs and spaces.

(person-name {:acct/first-name "Bugs"
              :acct/last-name "Bunny"
			  :acct/email ""})