public Method

TestText__Format.test_expand

There's no documentation for this item.

Source Code

# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 1406
def test_expand
  assert_nothing_raised { @format_o = Text::Format.new }
  assert_equal("          ", @format_o.expand("\t  "))
  assert_nothing_raised { @format_o.tabstop = 4 }
  assert_equal("      ", @format_o.expand("\t  "))
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.