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.3.4 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.3.3 spec/formatters/html_no_breaks_spec.rb
gv-RedCloth-4.3.2 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.3.2 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.3.1 spec/formatters/html_no_breaks_spec.rb
RedCloth-4.3.0 spec/formatters/html_no_breaks_spec.rb
parity-RedCloth-4.2.13 spec/formatters/html_no_breaks_spec.rb
parity-RedCloth-4.2.12 spec/formatters/html_no_breaks_spec.rb
parity-RedCloth-4.2.11 spec/formatters/html_no_breaks_spec.rb
parity-RedCloth-4.2.10 spec/formatters/html_no_breaks_spec.rb
parity-RedCloth-4.2.9 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.18 spec/formatters/html_no_breaks_spec.rb
assplecake-RedCloth-4.2.10 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.17 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.16 spec/formatters/html_no_breaks_spec.rb
gv-RedCloth-4.2.9 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.15 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.14 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.13 spec/formatters/html_no_breaks_spec.rb
YSRedCloth-4.2.12 spec/formatters/html_no_breaks_spec.rb