Closed escherize closed 3 years ago
includes tests.
fixes the case where:
(def x 1) (let [x nil] (<< "{{x}}"))
was returning "1" instead of "" because it would skip over x in the local env.
includes tests.
fixes the case where:
was returning "1" instead of "" because it would skip over x in the local env.