| 
									
										
										
										
											2010-04-20 15:21:05 -04:00
										 |  |  | ! Copyright (C) 2010 Doug Coleman. | 
					
						
							|  |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							|  |  |  | USING: accessors javascriptcore kernel tools.test ;
 | 
					
						
							|  |  |  | IN: javascriptcore.tests | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-20 18:25:28 -04:00
										 |  |  | [ "2" ] [ "1+1" eval-js-standalone ] unit-test | 
					
						
							| 
									
										
										
										
											2010-04-20 15:21:05 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-04-20 18:25:28 -04:00
										 |  |  | [ "1+shoes" eval-js-standalone ] | 
					
						
							| 
									
										
										
										
											2010-04-20 15:21:05 -04:00
										 |  |  | [ error>> "ReferenceError: Can't find variable: shoes" = ] must-fail-with | 
					
						
							|  |  |  | 
 |