2017-08-25 18:34:26 -04:00
|
|
|
! Copyright (C) 2009 Joe Groff.
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
2009-04-25 20:22:47 -04:00
|
|
|
USING: qw tools.test ;
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ { "zippity" "doo" "dah" } } [ qw{ zippity doo dah } ] unit-test
|