mirror of https://github.com/aseprite/aseprite.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			251 B
		
	
	
	
		
			Lua
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			251 B
		
	
	
	
		
			Lua
		
	
	
	
|  | -- Copyright (C) 2018  David Capello | ||
|  | -- | ||
|  | -- This file is released under the terms of the MIT license. | ||
|  | -- Read LICENSE.txt for more information. | ||
|  | 
 | ||
|  | assert(true) | ||
|  | print("this should be in the output") | ||
|  | assert(false) | ||
|  | print("this should not be in the output") |