Skip to content

Commit

Permalink
Add a failing test for issue #2286
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jan 24, 2017
1 parent 3183227 commit 14f083d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/rules/max-line-length/__tests__/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ testRule(rule, {
message: messages.expected(20),
line: 1,
column: 21,
}, {
code: "a { background-image: url('some ignored url'); }",
message: messages.expected(20),
line: 1,
column: 48,
} ],
})

Expand Down

0 comments on commit 14f083d

Please sign in to comment.