]> gitweb.factorcode.org Git - factor.git/blob - extra/qw/qw-tests.factor
Update some copyright headers to follow the current convention
[factor.git] / extra / qw / qw-tests.factor
1 ! Copyright (C) 2009 Joe Groff.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: qw tools.test ;
4 IN: qw.tests
5
6 { { "zippity" "doo" "dah" } } [ qw{ zippity doo dah } ] unit-test