Sha256: 216cb8f1264dfcaa08b67437804d414aa04d9c842f4ea7a0d9954d8d36ac1755
Contents?: true
Size: 437 Bytes
Versions: 10
Compression:
Stored size: 437 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::OverflowPunctuation do include ValuePropertyTestMacros it_should_use tag: :overflowPunct, name: "overflow_punctuation" with_value(true) do it_should_work it_should_output "<w:overflowPunct w:val=\"true\"/>" end with_value(false) do it_should_work it_should_output "" end with_value(nil) do it_should_work it_should_output "" end end
Version data entries
10 entries across 10 versions & 1 rubygems