remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git] / extra / usa-cities / usa-cities-tests.factor
blob2dbeafcfeec7650bdfe5a85bf015f3b0deb92b8a
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: accessors kernel tools.test usa-cities ;
4 IN: usa-cities.tests
6 [ t ] [ 55406 find-zip-code name>> "Minneapolis" = ] unit-test