test/hexapdf/layout/test_style.rb in hexapdf-0.38.0 vs test/hexapdf/layout/test_style.rb in hexapdf-0.39.0

- old
+ new

@@ -781,9 +781,10 @@ assert_equal([:proportional, 1], [@style.line_spacing.type, @style.line_spacing.value]) refute(@style.subscript) refute(@style.superscript) refute(@style.last_line_gap) refute(@style.fill_horizontal) + assert_equal(:error, @style.text_overflow) assert_kind_of(HexaPDF::Layout::Style::Layers, @style.underlays) assert_kind_of(HexaPDF::Layout::Style::Layers, @style.overlays) assert_equal(:default, @style.position) assert_equal(:left, @style.align) assert_equal(:top, @style.valign)