| 
									
										
										
										
											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 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-25 20:02:59 -05:00
										 |  |  | [ ] [ "Hello world" H{ } <CFAttributedString> CFRelease ] unit-test |