Sha256: ccf162724c7594dc668242fe64e0d9b003769f67d659126f9d6f1fea91a6e08f
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
$: << File.join(File.dirname(__FILE__), "../lib") require 'test/unit' require 'rdiscount' class RDiscountTest < Test::Unit::TestCase def test_that_discount_does_not_blow_up_with_weird_formatting_case text = (<<-TEXT).gsub(/^ {4}/, '').rstrip 1. some text 1. TEXT RDiscount.new(text).to_html end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
pixeltrix-rdiscount-1.2.11 | test/rdiscount_test.rb |
rdiscount-1.2.11 | test/rdiscount_test.rb |
rdiscount-1.2.10 | test/rdiscount_test.rb |