| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | USING: namespaces splitting tools.test ;
 | 
					
						
							|  |  |  | IN: command-line | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-23 11:12:31 -05:00
										 |  |  | { "factor" f { "a" "b" "c" } } [ | 
					
						
							|  |  |  |     { "factor" "-run=test-voc" "a" "b" "c" } parse-command-line | 
					
						
							|  |  |  |     executable get script get command-line get
 | 
					
						
							| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | ] unit-test | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-23 11:12:31 -05:00
										 |  |  | { "factor" f { "-a" "b" "c" } } [ | 
					
						
							|  |  |  |     { "factor" "-run=test-voc" "-a" "b" "c" } parse-command-line | 
					
						
							|  |  |  |     executable get script get command-line get
 | 
					
						
							| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | ] unit-test | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-23 11:12:31 -05:00
										 |  |  | { "factor" f { "a" "-b" "c" } } [ | 
					
						
							|  |  |  |     { "factor" "-run=test-voc" "a" "-b" "c" } parse-command-line | 
					
						
							|  |  |  |     executable get script get command-line get
 | 
					
						
							| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | ] unit-test | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-23 11:12:31 -05:00
										 |  |  | { "factor" f { "a" "b" "-c" } } [ | 
					
						
							|  |  |  |     { "factor" "-run=test-voc" "a" "b" "-c" } parse-command-line | 
					
						
							|  |  |  |     executable get script get command-line get
 | 
					
						
							| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | ] unit-test | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-23 11:12:31 -05:00
										 |  |  | { "factor" "a" { "b" "c" } } [ | 
					
						
							|  |  |  |     { "factor" "a" "b" "c" } parse-command-line | 
					
						
							|  |  |  |     executable get script get command-line get
 | 
					
						
							| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | ] unit-test | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-12-23 11:12:31 -05:00
										 |  |  | { "factor" "a" { "b" "c" } } [ | 
					
						
							|  |  |  |     { "factor" "-foo" "a" "b" "c" } parse-command-line | 
					
						
							|  |  |  |     executable get script get command-line get
 | 
					
						
							| 
									
										
										
										
											2014-09-25 15:02:23 -04:00
										 |  |  | ] unit-test |