mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | test("missing initializer in 'const' variable declaration is syntax error", () => { | ||
|  |     expect("const foo").not.toEval(); | ||
|  |     expect("const foo = 1, bar").not.toEval(); | ||
|  |     expect("const foo = 1, bar, baz = 2").not.toEval(); | ||
|  | }); |