]> gitweb.factorcode.org Git - factor.git/blob - basis/core-foundation/attributed-strings/attributed-strings-tests.factor
Switch to https urls
[factor.git] / basis / core-foundation / attributed-strings / attributed-strings-tests.factor
1 ! Copyright (C) 2009 Slava Pestov.
2 ! See https://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