pprint isn't really a 'core' function i guess, so we should have a :use
tests failed to run, complaining about pprint being undefined until this was added anyway
This commit is contained in:
parent
880dd02e91
commit
8041c4cae3
|
@ -4,7 +4,8 @@
|
||||||
(:import (com.lyncode.jtwig.functions JtwigFunction)
|
(:import (com.lyncode.jtwig.functions JtwigFunction)
|
||||||
(com.lyncode.jtwig.functions.repository DefaultFunctionRepository)
|
(com.lyncode.jtwig.functions.repository DefaultFunctionRepository)
|
||||||
(com.lyncode.jtwig.functions.exceptions FunctionNotFoundException FunctionException))
|
(com.lyncode.jtwig.functions.exceptions FunctionNotFoundException FunctionException))
|
||||||
(:require [clj-jtwig.convert :refer [java->clojure clojure->java]]))
|
(:require [clj-jtwig.convert :refer [java->clojure clojure->java]])
|
||||||
|
(:use [clojure.pprint]))
|
||||||
|
|
||||||
(defn- create-function-repository []
|
(defn- create-function-repository []
|
||||||
(new DefaultFunctionRepository (make-array JtwigFunction 0)))
|
(new DefaultFunctionRepository (make-array JtwigFunction 0)))
|
||||||
|
|
Reference in a new issue