From 8cbc8741df08a5430d6d5edfe0bfdc397ee35ba7 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Sun, 28 Dec 2014 15:28:41 -0400 Subject: [PATCH] See #18. Enable Markdown tests. --- .travis.yml | 2 +- .../nested-jsbeautifyrc/markdown/original/{_test.md => test.md} | 0 .../simple-jsbeautifyrc/markdown/original/{_test.md => test.md} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename examples/nested-jsbeautifyrc/markdown/original/{_test.md => test.md} (100%) rename examples/simple-jsbeautifyrc/markdown/original/{_test.md => test.md} (100%) diff --git a/.travis.yml b/.travis.yml index cec6c68e9..d3b6dc8bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - brew install python - pip install --upgrade autopep8 # Markdown language support -# - cabal install pandoc + - brew install pandoc # Java, C, C++, C#, Objective-C, D, Pawn, Vala - brew install uncrustify # PHP diff --git a/examples/nested-jsbeautifyrc/markdown/original/_test.md b/examples/nested-jsbeautifyrc/markdown/original/test.md similarity index 100% rename from examples/nested-jsbeautifyrc/markdown/original/_test.md rename to examples/nested-jsbeautifyrc/markdown/original/test.md diff --git a/examples/simple-jsbeautifyrc/markdown/original/_test.md b/examples/simple-jsbeautifyrc/markdown/original/test.md similarity index 100% rename from examples/simple-jsbeautifyrc/markdown/original/_test.md rename to examples/simple-jsbeautifyrc/markdown/original/test.md