Add detection for generated PostScript files.

This commit is contained in:
Aaron Puchert
2013-06-02 18:00:06 +02:00
parent fab34da3e7
commit 0436973fb7
2 changed files with 27 additions and 0 deletions

View File

@@ -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?