2009-01-16 20:02:50 -05:00
|
|
|
! 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
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ } [ "Hello world" H{ } <CFAttributedString> CFRelease ] unit-test
|