mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 13:20:59 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
	
		
			199 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | test("slash token resolution in lexer", () => { | ||
|  |     expect(`{ blah.blah; }\n/foo/`).toEval(); | ||
|  |     expect("``/foo/").not.toEval(); | ||
|  |     expect("1/foo/").not.toEval(); | ||
|  |     expect("1/foo").toEval(); | ||
|  | }); |