mirror of
https://github.com/penpot/penpot.git
synced 2025-12-23 22:48:40 -05:00
Add comments
This commit is contained in:
@@ -32,7 +32,11 @@
|
||||
|
||||
(comment
|
||||
(find-token-references "{foo} + {bar}")
|
||||
(find-token-references "nothing")
|
||||
;; => #{"foo" "bar"}
|
||||
(find-token-references "{foo.bar.baz} + something")
|
||||
;; => #{"foo.bar.baz"}
|
||||
(find-token-references "1 + 2")
|
||||
;; => nil
|
||||
nil)
|
||||
|
||||
(defn token-self-reference? [token-name reference-string]
|
||||
|
||||
Reference in New Issue
Block a user