summaryrefslogtreecommitdiff
path: root/spec/section_spec.rb
diff options
context:
space:
mode:
authorDan White <dan@whiteaudio.com>2022-01-19 14:28:01 -0600
committerGitHub <noreply@github.com>2022-01-19 13:28:01 -0700
commit544e925f69c1348c8ab7eb50c80fd2324f2d19f7 (patch)
treedb0254aa4376df1d22add2140b188b519852587a /spec/section_spec.rb
parentc0cc916fb949e3b868f5f9f293d409a08738b110 (diff)
resolves #1990 handle uppercase characters in character references (PR #1991)
Diffstat (limited to 'spec/section_spec.rb')
-rw-r--r--spec/section_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/section_spec.rb b/spec/section_spec.rb
index c338aeb8..53ccb9dd 100644
--- a/spec/section_spec.rb
+++ b/spec/section_spec.rb
@@ -453,7 +453,7 @@ describe 'Asciidoctor::PDF::Converter - Section' do
(expect underline[:from][:y]).to be_within(2).of(underlined_text[:y])
end
- it 'should support hexidecimal character reference in section title' do
+ it 'should support hexadecimal character reference in section title' do
pdf = to_pdf <<~'EOS', analyze: true
== &#xb5;Services
EOS
@@ -477,7 +477,7 @@ describe 'Asciidoctor::PDF::Converter - Section' do
(expect pdf.lines[0]).to eql 'ÜBER ÉTUDIER'
end
- it 'should ignore letters in hexidecimal character reference in section title when transforming to uppercase' do
+ it 'should ignore letters in hexadecimal character reference in section title when transforming to uppercase' do
pdf = to_pdf <<~'EOS', pdf_theme: { heading_text_transform: 'uppercase' }, analyze: true
== &#xb5;Services
EOS