| 
									
										
										
										
											2008-06-09 06:22:21 -04:00
										 |  |  | USING: grouping tools.test kernel sequences arrays ;
 | 
					
						
							|  |  |  | IN: grouping.tests | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [ { 1 2 3 } 0 group ] must-fail | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [ { "hell" "o wo" "rld" } ] [ "hello world" 4 group ] unit-test | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-12-07 09:50:59 -05:00
										 |  |  | [ { V{ "a" "b" } V{ 0 0 } } ] [ | 
					
						
							| 
									
										
										
										
											2008-06-09 06:22:21 -04:00
										 |  |  |     V{ "a" "b" } clone 2 <groups> | 
					
						
							|  |  |  |     2 over set-length
 | 
					
						
							|  |  |  |     >array
 | 
					
						
							|  |  |  | ] unit-test | 
					
						
							| 
									
										
										
										
											2008-06-12 19:59:06 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | [ { { 1 2 } { 2 3 } } ] [ { 1 2 3 } 2 <sliced-clumps> [ >array ] map ] unit-test |