Add in acceptance test for asymptote

This commit is contained in:
James Allen
2014-04-03 09:03:51 -04:00
parent f4113b04e1
commit 68d122c206
4 changed files with 119 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ module.exports = Client =
getOutputFile: (response, type) ->
for file in response.compile.outputFiles
if file.type == type
if file.type == type and file.url.match("output.#{type}")
return file
return null