Skip to content

Commit

Permalink
adding test for issue #414
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Sep 12, 2024
1 parent bab80eb commit 7802024
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/tech/v3/dataset/parse_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,9 @@
nds (ds-transit/transit-str->dataset str-data)]
(is (= (ds :a) (nds :a)))
(is (= (ds :b) (nds :b)))))


(deftest issue-414-json-parser-fn
(is (= [1 2 3] (get (ds/->dataset "test/data/local_date.json"
{:parser-fn {:time-period :local-date}})
"test"))))

0 comments on commit 7802024

Please sign in to comment.