| Index: lib/src/prism/tests/languages/markdown/blockquote_feature.test
|
| diff --git a/lib/src/prism/tests/languages/markdown/blockquote_feature.test b/lib/src/prism/tests/languages/markdown/blockquote_feature.test
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3d0a4dffd51f084b1cdf3fef5c52f4e57cc590e5
|
| --- /dev/null
|
| +++ b/lib/src/prism/tests/languages/markdown/blockquote_feature.test
|
| @@ -0,0 +1,15 @@
|
| +> foo
|
| +>> foo
|
| +> > foo
|
| +
|
| +----------------------------------------------------
|
| +
|
| +[
|
| + ["blockquote", ">"], " foo\r\n",
|
| + ["blockquote", ">>"], " foo\r\n",
|
| + ["blockquote", "> >"], " foo"
|
| +]
|
| +
|
| +----------------------------------------------------
|
| +
|
| +Checks for blockquotes.
|
|
|