]> gitweb.factorcode.org Git - factor.git/blob - extra/geohash/geohash-tests.factor
git: fix tests
[factor.git] / extra / geohash / geohash-tests.factor
1
2 USING: geohash tools.test ;
3
4 { "tuvz4p141zc1" } [ 27.988056 86.925278 >geohash ] unit-test
5
6 { 27.9880559630692 86.92527785897255 } [ "tuvz4p141zc1" geohash> ] unit-test
7
8 { "u4pruydqqvj8" } [ 57.64911 10.40744 >geohash ] unit-test
9
10 { 57.48046875 10.1953125 } [ "u4pr" geohash> ] unit-test