Skip to content

Commit

Permalink
[svg] bugfix tangle export paths
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 25, 2015
1 parent f9e6a2e commit 698a9c3
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions geom-svg/test/core.org
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,20 @@
#+END_SRC

** Namespace declaration
#+BEGIN_SRC clojure :tangle ../babel/test/cljx/thi/ng/geom/svg/test/core.cljx :noweb yes :mkdirp yes :padline no
#+BEGIN_SRC clojure :tangle ../babel/test/thi/ng/geom/svg/test/core.cljc :noweb yes :mkdirp yes :padline no
(ns thi.ng.geom.svg.test.core
,#+cljs
(:require-macros
[cemerick.cljs.test :refer (is deftest with-test run-tests testing)])
#?(:cljs
(:require-macros
[cemerick.cljs.test :refer (is deftest with-test run-tests testing)]))
(:require
[thi.ng.geom.core :as g]
[thi.ng.geom.core.vector :refer [vec2 vec3]]
[thi.ng.geom.svg.core :as svg]
[thi.ng.common.math.core :as m]
,#+clj [clojure.test :refer :all]
,#+cljs [cemerick.cljs.test]))
[thi.ng.math.core :as m]
#?(:clj
[clojure.test :refer :all]
:cljs
[cemerick.cljs.test])))

<<helpers>>

Expand Down

0 comments on commit 698a9c3

Please sign in to comment.