Skip to content

Commit

Permalink
Remove superfluous warnings after changes in mdast
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 14, 2015
1 parent 4537271 commit 63cdcab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1266,8 +1266,6 @@ describe('Rules', function () {
describeRule('list-item-content-indent', function () {
describeSetting(true, function () {
assertFile('list-item-content-indent-invalid.md', [
'list-item-content-indent-invalid.md:3:4: Don’t use mixed indentation for children, add 1 space',
'list-item-content-indent-invalid.md:9:4: Don’t use mixed indentation for children, add 1 space',
'list-item-content-indent-invalid.md:14:5: Don’t use mixed indentation for children, remove 1 space'
]);

Expand Down

0 comments on commit 63cdcab

Please sign in to comment.