diff --git a/src/tests.rs b/src/tests.rs index 286e5968..bac78588 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -1083,20 +1083,20 @@ fn footnote_with_superscript() { "[^ref]: Here is another footnote.\n", ), concat!( - "

Here is a footnote reference.1

\n", - "

Here is a longer footnote reference.2

\n", + "

Here is a footnote reference.1

\n", + "

Here is a longer footnote reference.2

\n", "

e = mc2.

\n", - "
\n", + "
\n", "
    \n", - "
  1. \n", - "

    Here is the footnote.

    \n", + "
  2. \n", + "

    Here is the footnote.

    \n", "
  3. \n", - "
  4. \n", - "

    Here is another footnote.

    \n", + "
  5. \n", + "

    Here is another footnote.

    \n", "
  6. \n", "
\n", "
\n"