mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add detection for generated PostScript files.
This commit is contained in:
		| @@ -188,6 +188,9 @@ class TestBlob < Test::Unit::TestCase | ||||
|     # PEG.js-generated parsers | ||||
|     assert blob("JavaScript/parser.js").generated? | ||||
|  | ||||
|     # Generated PostScript | ||||
|     assert !blob("PostScript/sierpinski.ps").generated? | ||||
|  | ||||
|     # These examples are too basic to tell | ||||
|     assert !blob("JavaScript/empty.js").generated? | ||||
|     assert !blob("JavaScript/hello.js").generated? | ||||
|   | ||||
		Reference in New Issue
	
	Block a user