From 79be8abb8fd3ba615917cc20c55b79f655bfc5d0 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 23 Apr 2020 15:14:33 +0530 Subject: [PATCH] Update expected markup rendered by kramdown kramdown-2.2.0 adds WAI-ARIA role attributes to rendered TOC and footnotes ref: https://github.com/gettalong/kramdown/commit/c8f0985476de7ff1def464ab90a1d75a06ce9de3 --- features/post_excerpts.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/post_excerpts.feature b/features/post_excerpts.feature index 5337be25..9a76b9b9 100644 --- a/features/post_excerpts.feature +++ b/features/post_excerpts.feature @@ -108,7 +108,7 @@ Feature: Post excerpts Then I should get a zero exit status And I should not see "Kramdown warning" in the build output But I should see exactly "

Install Jekyll

" in "_site/just-text-excerpt.html" - And I should see "

Alpha 1

" in "_site/text-and-footnote.html" - And I should see "

Omega sigma 

" in "_site/text-and-footnote.html" + And I should see "

Alpha 1

" in "_site/text-and-footnote.html" + And I should see "

Omega sigma 

" in "_site/text-and-footnote.html" And I should see "

Read docs

" in "_site/text-and-reference-link.html" And I should see "

Check out jekyll

" in "_site/text-and-self-refencing-link.html"