add a semicolon

This commit is contained in:
rlx 2012-05-24 17:10:51 +00:00
parent c4e66fbb3d
commit d4bcc66fe8

View file

@ -402,7 +402,7 @@ Ox.test = function(file, callback) {
var tests = [];
items.forEach(function(item) {
item.examples && item.examples.forEach(function(example) {
Ox.Log('TEST', example.statement)
Ox.Log('TEST', example.statement);
var actual = eval(example.statement);
if (example.result) {
tests.push({