Custom selectors like the following work fine in Enlive but aren't supported in Kioo yet: ``` clojure (defn text= [s] (pred #(= s (text %)))) ``` Attempting to use `text=` in a kioo selector currently gives a null-pointer error on compilation.