Sha256: 8a8d093bd6e5ba080c096c813982552935f4df8bf5153076d30b1c6c07520bcc

Contents?: true

Size: 198 Bytes

Versions: 65

Compression:

Stored size: 198 Bytes

Contents

require File.dirname(__FILE__) + '/../spec_helper'

describe "html_no_breaks" do
  examples_from_yaml do |doc|
    red = RedCloth.new(doc['in'])
    red.hard_breaks = false
    red.to_html
  end
end

Version data entries

65 entries across 65 versions & 7 rubygems

Version Path
RedCloth-4.2.1 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.2.2 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.2.0-universal-java spec/formatters/html_no_breaks_spec.rb
RedCloth-4.2.0 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.2.0-x86-mswin32-60 spec/formatters/html_no_breaks_spec.rb