Sha256: 1a9b3c8f0b69274a6c1e8c81c771cd960268687e3ecbdf9ec3fe8977d7756ac3
Contents?: true
Size: 462 Bytes
Versions: 9
Compression:
Stored size: 462 Bytes
Contents
require "spec_helper" describe OpenXml::Docx::Properties::CompressPunctuation do include ValuePropertyTestMacros it_should_use tag: :topLinePunct, name: "compress_punctuation" with_value(:on) do it_should_work it_should_output "<w:topLinePunct w:val=\"on\"/>" end with_value(:off) do it_should_work it_should_output "<w:topLinePunct w:val=\"off\"/>" end with_value(nil) do it_should_work it_should_output "" end end
Version data entries
9 entries across 9 versions & 1 rubygems