summaryrefslogtreecommitdiff
path: root/test/document_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/document_test.rb')
-rw-r--r--test/document_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/document_test.rb b/test/document_test.rb
index 8c55a4db..68baa95f 100644
--- a/test/document_test.rb
+++ b/test/document_test.rb
@@ -1104,8 +1104,8 @@ context 'Document' do
test 'outputs footnotes in footer' do
input = <<~'EOS'
A footnote footnote:[An example footnote.];
- a second footnote with a reference ID footnoteref:[note2,Second footnote.];
- finally a reference to the second footnote footnoteref:[note2].
+ a second footnote with a reference ID footnote:note2[Second footnote.];
+ and finally a reference to the second footnote footnote:note2[].
EOS
output = convert_string input