From 4d0c963c7083db91d75819c1d41bcf66c3356ab0 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 26 Jan 2020 20:50:05 -0800 Subject: [PATCH] Sync to latest test file changes from Ruby implementation, commit d5145912de278e24ba7ebada19d84bb0cc609f96. --- test/blockquote_spaces.md | 4 ++++ test/inconsistent_bullet_styles_asterisk.md | 6 ++++++ test/inconsistent_bullet_styles_dash.md | 6 ++++++ test/inconsistent_bullet_styles_plus.md | 6 ++++++ test/jekyll_post_2.md | 17 +++++++++++++++++ 5 files changed, 39 insertions(+) create mode 100644 test/jekyll_post_2.md diff --git a/test/blockquote_spaces.md b/test/blockquote_spaces.md index bad078bf..50ce2fed 100644 --- a/test/blockquote_spaces.md +++ b/test/blockquote_spaces.md @@ -6,6 +6,8 @@ Some text This tests other things embedded in the blockquote: +- foo + > *Hello world* > *foo* {MD027} > **bar** {MD027} @@ -15,6 +17,8 @@ This tests other things embedded in the blockquote: > **bar** more text > 'baz' more text > `qux` more text +> +> - foo Test the first line being indented too much: diff --git a/test/inconsistent_bullet_styles_asterisk.md b/test/inconsistent_bullet_styles_asterisk.md index 795b16b9..f383ded2 100644 --- a/test/inconsistent_bullet_styles_asterisk.md +++ b/test/inconsistent_bullet_styles_asterisk.md @@ -1,3 +1,9 @@ * Item + Item {MD004} - Item {MD004} + * Item + +> * Item +> + Item {MD004} +> - Item {MD004} +> * Item diff --git a/test/inconsistent_bullet_styles_dash.md b/test/inconsistent_bullet_styles_dash.md index b9577773..15c5dfc7 100644 --- a/test/inconsistent_bullet_styles_dash.md +++ b/test/inconsistent_bullet_styles_dash.md @@ -1,3 +1,9 @@ - Item * Item {MD004} + Item {MD004} + - Item + +> - Item +> * Item {MD004} +> + Item {MD004} +> - Item diff --git a/test/inconsistent_bullet_styles_plus.md b/test/inconsistent_bullet_styles_plus.md index e3e3ea5d..fe4c497f 100644 --- a/test/inconsistent_bullet_styles_plus.md +++ b/test/inconsistent_bullet_styles_plus.md @@ -1,3 +1,9 @@ + Item * Item {MD004} - Item {MD004} + + Item + +> + Item +> * Item {MD004} +> - Item {MD004} +> + Item diff --git a/test/jekyll_post_2.md b/test/jekyll_post_2.md new file mode 100644 index 00000000..a735ade8 --- /dev/null +++ b/test/jekyll_post_2.md @@ -0,0 +1,17 @@ +--- +layout: post +title: Hello World! +category: Meta +tags: +- tag +- another tag +- one more tag +url: http://example.com +excerpt: Hello World! Vestibulum imperdiet adipiscing arcu, quis aliquam dolor condimentum dapibus. Aliquam fermentum leo aliquet quam volutpat et molestie mauris mattis. Suspendisse semper consequat velit in suscipit. +--- + +# header1 {MD025} + +This is just a sample post. + +### offending header3 {MD001}