|
|
@@ -6,39 +6,39 @@ |
|
|
(def cases
|
|
|
[["foo.bar$biz__123" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar" :fn "biz"
|
|
|
- :file "bar.clj" :line 456 :annon-fn false}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn false}]
|
|
|
|
|
|
["foo.bar$biz_bat__123" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar" :fn "biz-bat"
|
|
|
- :file "bar.clj" :line 456 :annon-fn false}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn false}]
|
|
|
|
|
|
["foo.bar$biz_bat_QMARK___448" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar" :fn "biz-bat?"
|
|
|
- :file "bar.clj" :line 456 :annon-fn false}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn false}]
|
|
|
|
|
|
["foo.bar$biz_bat_QMARK___448$fn__456" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar" :fn "biz-bat?"
|
|
|
- :file "bar.clj" :line 456 :annon-fn true}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn true}]
|
|
|
|
|
|
["foo.bar$repl$fn__5629.invoke" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar" :fn "repl"
|
|
|
- :file "bar.clj" :line 456 :annon-fn true}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn true}]
|
|
|
|
|
|
["foo.bar$repl$read_eval_print__5624" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar" :fn "repl"
|
|
|
- :file "bar.clj" :line 456 :annon-fn true}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn true}]
|
|
|
|
|
|
["foo.bar$biz__123$fn__456" "invoke" "bar.clj" 789
|
|
|
{:clojure true :ns "foo.bar" :fn "biz"
|
|
|
- :file "bar.clj" :line 789 :annon-fn true}]
|
|
|
+ :file "bar.clj" :line 789 :anon-fn true}]
|
|
|
|
|
|
["foo.bar_bat$biz__123" "invoke" "bar.clj" 456
|
|
|
{:clojure true :ns "foo.bar-bat" :fn "biz"
|
|
|
- :file "bar.clj" :line 456 :annon-fn false}]
|
|
|
+ :file "bar.clj" :line 456 :anon-fn false}]
|
|
|
|
|
|
["user$eval__345" "invoke" nil -1
|
|
|
{:clojure true :ns "user" :fn "eval"
|
|
|
- :file nil :line nil :annon-fn false}]
|
|
|
+ :file nil :line nil :anon-fn false}]
|
|
|
|
|
|
["clojure.lang.Var" "invoke" "Var.java" 123
|
|
|
{:java true :class "clojure.lang.Var" :method "invoke"
|
|
|
|
0 comments on commit
0c424a5