From b74267406bdf0152980b830e7accd1f9b49a77f2 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Sat, 2 Feb 2019 16:20:06 -0800
Subject: [PATCH] Update test for last commit.

---
 test/command/4235.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/command/4235.md b/test/command/4235.md
index a5d545676..e6e321841 100644
--- a/test/command/4235.md
+++ b/test/command/4235.md
@@ -2,11 +2,11 @@
 % pandoc --id-prefix=foo
 This.^[Has a footnote.]
 ^D
-<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1"><sup>1</sup></a></p>
-<section class="footnotes">
+<p>This.<a href="#foofn1" class="footnote-ref" id="foofnref1" role="doc-noteref"><sup>1</sup></a></p>
+<section class="footnotes" role="doc-endnotes">
 <hr />
 <ol>
-<li id="foofn1"><p>Has a footnote.<a href="#foofnref1" class="footnote-back">↩</a></p></li>
+<li id="foofn1" role="doc-endnote"><p>Has a footnote.<a href="#foofnref1" class="footnote-back" role="doc-backlink">↩</a></p></li>
 </ol>
 </section>
 ```