public Method

TestText__Format.test_tag_paragraph

There's no documentation for this item.

Source Code

# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 1157
def test_tag_paragraph
  assert_nothing_raised { @format_o = Text::Format.new }
  assert(!@format_o.tag_paragraph)
  assert_nothing_raised { @format_o.tag_paragraph = true }
  assert(@format_o.tag_paragraph)
  assert_not_equal(@format_o.paragraphs([GETTYSBURG, GETTYSBURG]),
                   Text::Format.new.paragraphs([GETTYSBURG, GETTYSBURG]))
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.