Colin Jones

Results 65 comments of Colin Jones

Yep, inside `around`, `it` (or whatever you name it) is just a function that represents all the tests to be executed inside that `describe`/`context`.

Welp, there's at least one more problem here when I run my real data, though this gets me further. I'll have to see if I can shrink it down to...

Feel free to toss this PR out. Our performance after just defining `useReferences` to return `false` is enough better than plain Java serialization (and I'm frustrated enough by not being...

Another input that ends up with an `unexpected` node: `:li#last`: ``` clojure user=> (require '[net.cgrand.sjacket.parser :as p]) nil user=> (->> ":li#last" p/parser) #net.cgrand.parsley.Node{:tag :net.cgrand.sjacket.parser/root, :content [#net.cgrand.parsley.Node{:tag :keyword, :content [":" #net.cgrand.parsley.Node{:tag...

Definitely a similar issue, and the same outcome, though I think the specific cause & details are different. Thanks for the nudge, PR in place now.