From c69909910da1ea671f1fb984d59e79d8a77efa33 Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Sat, 28 Sep 2013 00:23:13 -0700 Subject: [PATCH] adjust some markdown tests --- middleman-core/features/markdown_kramdown_in_haml.feature | 2 +- middleman-core/features/markdown_redcarpet_in_haml.feature | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/middleman-core/features/markdown_kramdown_in_haml.feature b/middleman-core/features/markdown_kramdown_in_haml.feature index 0b0ae5c6..5b5a5871 100644 --- a/middleman-core/features/markdown_kramdown_in_haml.feature +++ b/middleman-core/features/markdown_kramdown_in_haml.feature @@ -17,7 +17,7 @@ Feature: Markdown support in Haml (Kramdown) """ Given the Server is running at "markdown-in-haml-app" When I go to "/markdown_filter/" - Then I should see "

H1

" + Then I should see ">H1" Then I should see "

paragraph

" diff --git a/middleman-core/features/markdown_redcarpet_in_haml.feature b/middleman-core/features/markdown_redcarpet_in_haml.feature index 1f40ecb7..a0f10160 100644 --- a/middleman-core/features/markdown_redcarpet_in_haml.feature +++ b/middleman-core/features/markdown_redcarpet_in_haml.feature @@ -18,7 +18,7 @@ Feature: Markdown support in Haml """ Given the Server is running at "markdown-in-haml-app" When I go to "/markdown_filter/" - Then I should see "

H1

" + Then I should see ">H1" Then I should see "

paragraph

"