]> gitweb.factorcode.org Git - factor.git/blob - extra/metar/metar-tests.factor
extra/: ensuring tests have an IN:-line ending with .tests
[factor.git] / extra / metar / metar-tests.factor
1 USING: metar.private tools.test ;
2 IN: metar.tests
3
4 { { "RAB05" "E30" "SNB20" "E55" } }
5 [ "RAB05E30SNB20E55" split-recent-weather ] unit-test