Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Fixed failing laxbreak test (it was missing comma warning message)
Browse files Browse the repository at this point in the history
  • Loading branch information
valueof committed Jan 19, 2012
1 parent 936f6fa commit 38f656b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ exports.laxbreak = function () {

TestRun()
.addError(2, "Bad line breaking before ','.")
.addError(3, "Comma warnings can be turned off with 'laxcomma'")
.addError(12, "Bad line breaking before ','.")
.test(src);

Expand Down

0 comments on commit 38f656b

Please sign in to comment.