Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Commit

Permalink
* corrected some missing references etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Polo committed Nov 29, 2010
1 parent e720664 commit faa2d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assert/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (! assert.validateLintFile) {
var result = lint.isValidFileSync(actual);

if (!result) {
assert.fail(result, true, message || "{actual} file does not validate LINT", "===", assert.validateLint);
assert.fail(actual, true, message || "{actual} file does not validate LINT", "===", assert.validateLintFile);
}
};
}
3 changes: 3 additions & 0 deletions resource/fixture/valid_test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
var object = {
bar: 'foo'
};

0 comments on commit faa2d11

Please sign in to comment.