From 85643076e3ef050e0789fa306c83f69553aa5bfa Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 1 Mar 2019 13:30:57 -0700 Subject: resolves #3114 log warning if footnoteref macro is found and compat mode is not enabled (PR #3115) --- test/document_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/document_test.rb') 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 -- cgit v1.2.3