Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcf/walk-merge
Demo of new behavior with clojure.walk
https://github.com/jcf/walk-merge
Last synced: 1 day ago
JSON representation
Demo of new behavior with clojure.walk
- Host: GitHub
- URL: https://github.com/jcf/walk-merge
- Owner: jcf
- Created: 2015-04-21T13:04:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T13:05:06.000Z (over 9 years ago)
- Last Synced: 2023-04-10T15:07:45.875Z (over 1 year ago)
- Language: Clojure
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clojure.walk
### 1.6.0
`lein with-profile 1.6 test`
```
lein test walk.merge-testRan 1 tests containing 1 assertions.
0 failures, 0 errors.
````lein with-profile 1.7 test`
### 1.7-beta1
```
lein test walk.merge-testlein test :only walk.merge-test/test-walk-merge
FAIL in (test-walk-merge) (merge_test.clj:6)
expected: (= (keywordize-keys {:a 1, "a" 2}) {:a 1})
actual: (not (= {:a 2} {:a 1}))Ran 1 tests containing 1 assertions.
1 failures, 0 errors.
Tests failed.
Error encountered performing task 'test' with profile(s): '1.7'
Tests failed.
```