diff --git a/inline_test.go b/inline_test.go index ef8e4c4..35539ef 100644 --- a/inline_test.go +++ b/inline_test.go @@ -818,14 +818,15 @@ func TestAutoLink(t *testing.T) { var footnoteTests = []string{ "testing footnotes.[^a]\n\n[^a]: This is the note\n", `
testing footnotes.1
+testing long1 notes.
No longer in the footnote
+Paragraph 3
- +Paragraph 3
+omg
what happens here
+ `, "testing inline^[this is the note] notes.\n", `testing inline1 notes.
+testing multiple1 types2 of notes3
+the first deferred note
-which happens to be a block
-which happens to be a block
+the footnote text.
-may be multiple paragraphs.
-may be multiple paragraphs.
+empty footnote1
\nempty footnote1
\n\nSome text.1
\nSome text.1
\n\nThis is exciting!1
+Paragraph.1
+ `, }