mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge branch 'master' into bayesian
This commit is contained in:
		| @@ -167,9 +167,13 @@ class TestBlob < Test::Unit::TestCase | ||||
|     assert blob("javascript/jquery-1.6.1.min.js").generated? | ||||
|     assert blob("javascript/jquery-1.4.2.min.js").generated? | ||||
|  | ||||
|     # CoffeScript JS | ||||
|     # CoffeeScript-generated JS | ||||
|     # TODO | ||||
|  | ||||
|     # These examples are to basic to tell | ||||
|     # PEG.js-generated parsers | ||||
|     assert blob("javascript/parser.js").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