Skip to content

Instantly share code, notes, and snippets.

@wookay
Created December 11, 2015 10:15
Show Gist options
  • Save wookay/5568e6e88cf9f4c1e5f5 to your computer and use it in GitHub Desktop.
Save wookay/5568e6e88cf9f4c1e5f5 to your computer and use it in GitHub Desktop.
private project test
using KangXi
using FileTools
using Base.Test
db = mapper(f"2500.json", (:id, :hanja, :pinyin))
@test [5] == find(:id=>5, db)
@test [1,2,3,4,5] == find(d->d[:id]<=5, db)
# λ ~/.julia/v0.5/KangXi/test master julia runtests.jl
# Test Summary: | Pass Total
# kangxi | 2 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment