sort tests

This commit is contained in:
leaf corcoran 2012-11-28 22:47:52 -08:00
parent ef2db0a1d5
commit 7498a52aee

View File

@ -82,6 +82,8 @@ describe "input tests", ->
inputs = for file in lfs.dir options.in_dir
file\match options.input_pattern
table.sort inputs
for name in *inputs
input = input_fname name
fn = if pattern and not input\match pattern