bdesham / clj-plist

A property list (.plist) parser for Clojure
11 stars 5 forks source link

Add tests for parsing example file #3

Closed marcomorain closed 8 years ago

marcomorain commented 8 years ago

Hi @bdesham I'm thinking of using clj-plist for a project at CircleCI so I added some basic tests. Would you be able to cut a new release to Clojars with the new keyword-fn feature?

thanks!

bdesham commented 8 years ago

I'm traveling right now but I'll take a look at this when I get back next week!

On Jan 4, 2016, at 10:15 AM, marcomorain notifications@github.com wrote:

You can view, comment on, or merge this pull request online at:

https://github.com/bdesham/clj-plist/pull/3

Commit Summary

Add tests for parsing example file File Changes

M .gitignore (2) M test/com/github/bdesham/clj_plist_test.clj (37) Patch Links:

https://github.com/bdesham/clj-plist/pull/3.patch https://github.com/bdesham/clj-plist/pull/3.diff — Reply to this email directly or view it on GitHub.

marcomorain commented 8 years ago

Awesome, thank Ben!

bdesham commented 8 years ago

Hi Marc— the new version (0.10.0) is now available from Clojars.

marcomorain commented 8 years ago

Hi Ben, I've just opened a PR here, so 0.10.0 should be in production at CircleCI in a few minutes :)