add a semicolon
This commit is contained in:
parent
c4e66fbb3d
commit
d4bcc66fe8
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue