| 
									
										
										
										
											2013-09-18 18:28:59 -04:00
										 |  |  | ! Copyright (C) 2011-2013 Eungju PARK, John Benediktsson. | 
					
						
							|  |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | USING: destructors kernel tools.test ;
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | IN: zeromq | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-01 16:19:53 -04:00
										 |  |  | { B{ 0 1 10 33 244 255 } } [ | 
					
						
							|  |  |  |     B{ 0 1 10 33 244 255 } byte-array>zmq-message | 
					
						
							|  |  |  |     [ zmq-message>byte-array ] with-disposal | 
					
						
							| 
									
										
										
										
											2013-09-18 18:28:59 -04:00
										 |  |  | ] unit-test |