From 6d25ca5906de1452c6bb9c985863de6266453769 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 27 May 2022 16:47:45 +0200 Subject: [PATCH] [nop] [Housekeeping] Remove obsolete TODO --- src/taoensso/tempura/impl.cljc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/taoensso/tempura/impl.cljc b/src/taoensso/tempura/impl.cljc index 6e958fc..62b87d8 100644 --- a/src/taoensso/tempura/impl.cljc +++ b/src/taoensso/tempura/impl.cljc @@ -8,10 +8,6 @@ (comment (test/run-tests)) -;;;; TODO -;; - Would be nice to support args in Hiccup attrs forms, ala -;; [[:span {:title "%1"} "Foo %2"]], Ref. https://github.com/ptaoussanis/tempura/issues/22 - (defn str->?arg-idx [s] (case s ;; % 0 ; No, prefer minimizing alternatives + allows % literal pass through