|
@@ -68,7 +68,7 @@
|
|
|
:cljs (exists? js/process)
|
|
:cljs (exists? js/process)
|
|
|
:default false)
|
|
:default false)
|
|
|
;; So that we don't have to change :user.{property|class} in our tests
|
|
;; So that we don't have to change :user.{property|class} in our tests
|
|
|
- (keyword user-namespace (-> name-string (string/replace "/" "-") (string/replace-first #"^\d+" "NUM-")))
|
|
|
|
|
|
|
+ (keyword user-namespace (-> name-string (string/replace "/" "-") (string/replace-first #"^\d" "NUM-")))
|
|
|
(keyword user-namespace
|
|
(keyword user-namespace
|
|
|
(str
|
|
(str
|
|
|
(->> (filter #(re-find #"[0-9a-zA-Z-]{1}" %) (seq name-string)) (apply str))
|
|
(->> (filter #(re-find #"[0-9a-zA-Z-]{1}" %) (seq name-string)) (apply str))
|