]> gitweb.factorcode.org Git - factor.git/blob - basis/core-foundation/attributed-strings/attributed-strings-tests.factor
c96439a848c625d45b9a7ec2deb50201ffc13a4f
[factor.git] / basis / core-foundation / attributed-strings / attributed-strings-tests.factor
1 ! Copyright (C) 2009 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: tools.test core-foundation.attributed-strings
4 core-foundation ;
5 IN: core-foundation.attributed-strings.tests
6
7 [ ] [ "Hello world" H{ } <CFAttributedString> CFRelease ] unit-test