diff --git a/pollen/test/pollen.rkt b/pollen/test/pollen.rkt index 0181b8e..d4b942b 100644 --- a/pollen/test/pollen.rkt +++ b/pollen/test/pollen.rkt @@ -1,8 +1,15 @@ #lang racket/base +(require racket/string pollen/core) ;; This will prevent tests from littering their directory ;; with pollen-cache files. (module setup racket/base (provide (all-defined-out)) (define compile-cache-active #f) - (define render-cache-active #f)) \ No newline at end of file + (define render-cache-active #f)) + +(provide test-current-metas) +(define (test-current-metas) + (if (current-metas) + (string-join (sort (map symbol->string (hash-keys (current-metas))) string