2008-11-14 01:25:00 -05:00
|
|
|
! Copyright (C) 2008 Your name.
|
|
|
|
|
! See http://factorcode.org/license.txt for BSD license.
|
|
|
|
|
USING: tools.test io.files.listing strings kernel ;
|
|
|
|
|
IN: io.files.listing.tests
|
|
|
|
|
|
2008-11-18 12:46:51 -05:00
|
|
|
\ directory. must-infer
|
|
|
|
|
|
2008-11-14 01:25:00 -05:00
|
|
|
[ ] [ "" directory. ] unit-test
|