Skip to content

Commit

Permalink
Corrected code indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhradilek committed Nov 11, 2024
1 parent b5aa939 commit c173862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_inline_image.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_image_placement
assert_xpath_equal xml, 'inline', '//p/image/@placement'
end

def test_image_with_alt_text
def test_image_with_alt_text
xml = <<~EOF.chomp.to_dita
A paragraph with a image:image-1.png[first] and image:image-2.png[alt=second] image.
EOF
Expand Down

0 comments on commit c173862

Please sign in to comment.