summaryrefslogtreecommitdiff
path: root/spec/list_spec.rb
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-19 00:28:53 -0600
committerGitHub <noreply@github.com>2022-04-19 00:28:53 -0600
commit1e95d4497a3ac4d3a89a59abdb58ece099a6d999 (patch)
treefa8f2f39519b0aba7bb96c5e0d4bf262e6787f9a /spec/list_spec.rb
parent03a31108fed4636f048b13b720ddb2fe898b0a68 (diff)
move code-callout-list-margin-top theme key to callout-list-margin-top-after-code (PR #2056)
Diffstat (limited to 'spec/list_spec.rb')
-rw-r--r--spec/list_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/list_spec.rb b/spec/list_spec.rb
index fcd19c95..0d428110 100644
--- a/spec/list_spec.rb
+++ b/spec/list_spec.rb
@@ -1757,7 +1757,7 @@ describe 'Asciidoctor::PDF::Converter - List' do
<2> Last line
EOS
- pdf_theme = { code_callout_list_margin_top: 0 }
+ pdf_theme = { callout_list_margin_top_after_code: 0 }
pdf = to_pdf input, pdf_theme: pdf_theme, analyze: :line
bottom_line_y = pdf.lines[2][:from][:y]