From 0df6e4734bb8b152afcf292692674e443ac4d3c6 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 1 Jan 2015 23:30:54 -0400 Subject: [PATCH] See #169. Add failing test for YAML Front Matter in Markdown. Test is disabled so that Travis CI still marks as successful. --- .../markdown/expected/yaml-front-matter.md | 7 +++++++ .../markdown/original/_yaml-front-matter.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md create mode 100644 examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md diff --git a/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md new file mode 100644 index 0000000..e94cdef --- /dev/null +++ b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md @@ -0,0 +1,7 @@ +--- +title: This is a title! +--- + +stuff + +more stuff diff --git a/examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md b/examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md new file mode 100644 index 0000000..e94cdef --- /dev/null +++ b/examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md @@ -0,0 +1,7 @@ +--- +title: This is a title! +--- + +stuff + +more stuff