From 8ec965c5af14e6df52b783811c0c3e2d04c1d309 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sat, 26 Sep 2015 21:16:03 -0700 Subject: [PATCH] Synchronize outdated test files with versions from mivok/markdownlint. --- test/blockquote_spaces.md | 10 ++++++---- test/no_first_line_top_level_header.json | 1 - test/no_first_line_top_level_header.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/test/blockquote_spaces.md b/test/blockquote_spaces.md index 7492e7d2..084c27ad 100644 --- a/test/blockquote_spaces.md +++ b/test/blockquote_spaces.md @@ -10,12 +10,14 @@ This tests other things embedded in the blockquote: > *foo* {MD027} > **bar** {MD027} > "Baz" {MD027} -> *foo* -> **bar** -> 'baz' +> `qux` {MD027} +> *foo* more text +> **bar** more text +> 'baz' more text +> `qux` more text Test the first line being indented too much: > Foo {MD027} > Bar {MD027} -> Baz \ No newline at end of file +> Baz diff --git a/test/no_first_line_top_level_header.json b/test/no_first_line_top_level_header.json index f94c9582..054e8566 100644 --- a/test/no_first_line_top_level_header.json +++ b/test/no_first_line_top_level_header.json @@ -1,5 +1,4 @@ { "default": true, - "MD002": false, "MD041": true } diff --git a/test/no_first_line_top_level_header.md b/test/no_first_line_top_level_header.md index c0848eea..e4550602 100644 --- a/test/no_first_line_top_level_header.md +++ b/test/no_first_line_top_level_header.md @@ -1 +1 @@ -## Second level header {MD041} +## Second level header {MD041} {MD002}