fixing archiving

This commit is contained in:
Leo Horie 2014-03-17 21:34:48 -04:00
parent 70b2489539
commit c5f3bc23aa
37 changed files with 4279 additions and 37 deletions

View file

@ -1,6 +1,6 @@
function test(condition) {
try {if (!condition()) throw new Error}
catch (e) {test.failures.push(condition)}
catch (e) {console.error(e);test.failures.push(condition)}
test.total++
}
test.total = 0