factor/basis/core-foundation/attributed-strings/attributed-strings-tests.fa...

8 lines
277 B
Factor

! Copyright (C) 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: tools.test core-foundation.attributed-strings
core-foundation ;
IN: core-foundation.attributed-strings.tests
{ } [ "Hello world" H{ } <CFAttributedString> CFRelease ] unit-test